Created
September 9, 2014 23:36
-
-
Save monteslu/848a9c8f34b680c165f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msg.subdevice = 'lx'; | |
msg.payload = { | |
setState: { | |
hue: 65000, | |
sat: 0xffff, | |
white: 5000, | |
lum: 0x8000 | |
} | |
}; | |
return msg; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment