Could you add in the nextEffect and previousEffect commands for Nanoleaf Aurora? I want to be able to assign those commands to the dim up/down buttons on a nano remote.
Below is the relevant commands and code from smartthings custom api. Not sure how it’s different from your internal implementation. Obviously all “scene” needs to be replaced with “effect” but after that…
Any traction on this request? Is there somewhere I could access the built-in driver to modify it to add previousEffect and nextEffect so I can tie them to button presses?
At this point, we have no plans to release our built in drivers. I have noted your request to enhance the driver and as we work through our backlog of feature requests and enhancements we will get to it.
Any chance this is going to happen soon? I would really like to have my picos select prev/next scene for my nanoleaf. I got distracted by my 3d printer.
Have you looked at doing this with an app? You should be able to get all of the effects from the device into an app with getEffects(), and then do the next/prev logic there, then calling setEffect(effect).
I haven't. Maybe I'll try it eventually. The prev/next scene was part of the original driver from smartthings as linked above, so I was hoping it could just get added in. I'm not much of a programmer, unfortunately.
@mike.maxwell I'm happy to have the commands added but they don't work. Next/previous effect just selects the current effect, until I manually change the effect, then I get the following error: dev:512018-08-01 17:41:47.329:errorjava.lang.NumberFormatException: For input string: "Streaking Notes" (setNextEffect)