Skip to content

Instantly share code, notes, and snippets.

@urbiworx
Created February 27, 2015 18:43
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 urbiworx/675462f55210d81b5220 to your computer and use it in GitHub Desktop.
Save urbiworx/675462f55210d81b5220 to your computer and use it in GitHub Desktop.
Set Temperature
[{"id":"9fb3cf76.604c3","type":"R-SH Set","devicetype":"RoomTemperatureActuator","deviceid":"","name":"","x":1168,"y":473,"z":"338df7ff.cc7208","wires":[["75b13ab8.8a4ec4"]]},{"id":"b4a7e209.4b582","type":"inject","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":826,"y":473,"z":"338df7ff.cc7208","wires":[["29c114fa.d63eec"]]},{"id":"75b13ab8.8a4ec4","type":"debug","name":"","active":true,"console":"false","complete":"false","x":1354,"y":469,"z":"338df7ff.cc7208","wires":[]},{"id":"29c114fa.d63eec","type":"function","name":"","func":"msg.payload={\n\tPtTmp:10\n};\nreturn msg;","outputs":1,"x":985,"y":472,"z":"338df7ff.cc7208","wires":[["9fb3cf76.604c3"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment