Skip to content

Instantly share code, notes, and snippets.

@thehookup
Created April 11, 2018 03:01
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 thehookup/96a3688c655ee22a67498380abdfc3d8 to your computer and use it in GitHub Desktop.
Save thehookup/96a3688c655ee22a67498380abdfc3d8 to your computer and use it in GitHub Desktop.
if (msg.payload == "on"){
msg.payload = "1";
return msg;}
if (msg.payload == "off"){
msg.payload = "0";
return msg;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment