You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as brightness_move seem to use always 'moveWithOnOff' it would be great to optify this to 'move' by any option set, as this easyfies to mimick the original IKEA remote sending 'move' natively.
As I only need 'move' for now i included 'sed -i s/moveWithOnOff/move/ toZigbee.js ' in my updade script as a workaround, works fine so far.
Maybe something like {"moveWithOnOff": true} with default true for compatibility reasons can add this functionality.
The text was updated successfully, but these errors were encountered:
Hi, as brightness_move seem to use always 'moveWithOnOff' it would be great to optify this to 'move' by any option set, as this easyfies to mimick the original IKEA remote sending 'move' natively.
As I only need 'move' for now i included 'sed -i s/moveWithOnOff/move/ toZigbee.js ' in my updade script as a workaround, works fine so far.
Maybe something like {"moveWithOnOff": true} with default true for compatibility reasons can add this functionality.
The text was updated successfully, but these errors were encountered: