Created
August 23, 2014 16:14
-
-
Save monteslu/844543f089b3bb6b0666 to your computer and use it in GitHub Desktop.
bulb
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.payload = { | |
setState: { | |
hue: 0xcc15, | |
sat: 0xffff, | |
white: 5000, | |
lum: 0x8000, | |
bulbName: 'bulby' | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment