Skip to content

Instantly share code, notes, and snippets.

@466

466/README.md Secret

Created January 21, 2017 15:27
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 466/595c1bc0dd495aff69e4c44467cbd433 to your computer and use it in GitHub Desktop.
Save 466/595c1bc0dd495aff69e4c44467cbd433 to your computer and use it in GitHub Desktop.
test
[{"id":"aacd761c.f97bb8","type":"tab","label":"Flow 1"},{"id":"145668a9.5a83cf","type":"ui_tab","z":"","name":"Home","icon":"dashboard"},{"id":"9e18aca1.e0baa","type":"ui_group","z":"","name":"New UI","tab":"145668a9.5a83cf","disp":true,"width":"6"},{"id":"620634d8.becb5c","type":"ui_chart","z":"aacd761c.f97bb8","name":"tabelle","group":"9e18aca1.e0baa","order":0,"width":0,"height":0,"label":"chart","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"tabelle","ymin":"0","ymax":"100","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"x":793.5,"y":131,"wires":[[],[]]},{"id":"145369c.7b74f96","type":"inject","z":"aacd761c.f97bb8","name":"","topic":"","payload":"","payloadType":"date","repeat":"3","crontab":"","once":false,"x":298.5,"y":120,"wires":[["3afb4e7f.34edfa"]]},{"id":"3afb4e7f.34edfa","type":"function","z":"aacd761c.f97bb8","name":"Random number","func":"msg.payload = Math.round(Math.random()*100);\nreturn msg;","outputs":1,"noerr":0,"x":618.5,"y":378,"wires":[["620634d8.becb5c","9d15eef.4569d1"]]},{"id":"9d15eef.4569d1","type":"debug","z":"aacd761c.f97bb8","name":"","active":true,"console":"false","complete":"false","x":632.5,"y":89,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment