originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
108 stars 25 forks source link

Recognize difference between "on" and "set brightness" #24

Closed Jaxon77 closed 6 years ago

Jaxon77 commented 6 years ago

First of all thank you for your work on this node. I replaced all Wemo Emulator nodes with yours and it works very well. But i noticed that i cannot differ if the payload was triggered by an "on" or "bright" command. As i would like to do some special action if the command was an "on" instead of an "set bright" it would be nice to see that on the payload.

torinnguyen commented 6 years ago

This is now available via output parameter msg.on_off_command == true Please update to latest version