Advertisement
Guest User

Untitled

a guest
May 19th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. [{"id":"945a65a0.808cf8","type":"rpi-gpio in","z":"2f52c1b4.a89e6e","name":"","pin":"11","intype":"down","debounce":"25","read":false,"x":160,"y":200,"wires":[["5058744d.d713bc"]]},{"id":"8359a56a.443798","type":"delay","z":"2f52c1b4.a89e6e","name":"","pauseType":"delay","timeout":"20","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":650,"y":280,"wires":[["3122db3f.6242b4"]]},{"id":"3122db3f.6242b4","type":"function","z":"2f52c1b4.a89e6e","name":"Lampe aus","func":"return {payload: { on: false } };","outputs":1,"noerr":0,"x":850,"y":280,"wires":[["2a4e4e2e.d79af2"]]},{"id":"2a4e4e2e.d79af2","type":"hue-light","z":"2f52c1b4.a89e6e","name":"Deckenlampe","bridge":"860328d4.677a68","lightid":"3","colornamer":true,"skipevents":false,"x":1120,"y":240,"wires":[[]]},{"id":"5058744d.d713bc","type":"switch","z":"2f52c1b4.a89e6e","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"","vt":"str"}],"checkall":"false","repair":true,"outputs":1,"x":400,"y":240,"wires":[["8359a56a.443798","d8673325.8dc96"]]},{"id":"d8673325.8dc96","type":"function","z":"2f52c1b4.a89e6e","name":"Lampe an","func":"msg.payload={\n\t\"on\":true,\n\t\"brightness\":65,\n\t\"rgb\":[034,139,034]\n};\nreturn msg;\n","outputs":1,"noerr":2,"x":620,"y":160,"wires":[["2a4e4e2e.d79af2"]]},{"id":"860328d4.677a68","type":"hue-bridge","z":"","name":"Hue Bridge","bridge":"192.168.178.43","key":"VRVGHy5C3Gi-dBuucQAbs0-Q0RCkFEtKedLfpNsl","interval":"3000","disableupdates":false}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement