Skip to content

Instantly share code, notes, and snippets.

@monteslu
Created September 9, 2014 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monteslu/848a9c8f34b680c165f6 to your computer and use it in GitHub Desktop.
Save monteslu/848a9c8f34b680c165f6 to your computer and use it in GitHub Desktop.
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