Skip to content

Instantly share code, notes, and snippets.

@nathanchantrell
Created December 4, 2015 11:47
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 nathanchantrell/8a9500572e5d5e309a12 to your computer and use it in GitHub Desktop.
Save nathanchantrell/8a9500572e5d5e309a12 to your computer and use it in GitHub Desktop.
[{"id":"32a2fac0.cd5d06","type":"mqtt-broker","broker":"localhost","port":"1883","clientid":""},{"id":"dea699ff.215968","type":"mqtt in","z":"51ed9ab2.ae1264","name":"","topic":"rfm12b/23/1","broker":"32a2fac0.cd5d06","x":70,"y":840,"wires":[["6d3b9a28.92c464"]]},{"id":"3e26b931.c1d946","type":"mqtt out","z":"51ed9ab2.ae1264","name":"","topic":"radiation","qos":"","retain":"","broker":"32a2fac0.cd5d06","x":345,"y":841,"wires":[]},{"id":"6d3b9a28.92c464","type":"function","z":"51ed9ab2.ae1264","name":"Process","func":"context.global.radiation = msg.payload;\nmsg.retain = true;\nreturn msg;","outputs":1,"noerr":0,"x":210,"y":841,"wires":[["3e26b931.c1d946"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment