Skip to content

Instantly share code, notes, and snippets.

@CyberAndi
Last active November 21, 2019 07:07
Show Gist options
  • Save CyberAndi/85474358c76d97e70655b694b97fe569 to your computer and use it in GitHub Desktop.
Save CyberAndi/85474358c76d97e70655b694b97fe569 to your computer and use it in GitHub Desktop.
Mediola (a.i.o.) Gateway send Properties
[{"id":"83decbd1.b946b","type":"inject","z":"51466e46.72aaf8","name":"","topic":"Nachricht an Mediola","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":440,"wires":[["7128c084.75b31"]]},{"id":"87118c54.9bf14","type":"http request","z":"51466e46.72aaf8","name":"Mediola Cloud Zugriff","method":"POST","ret":"txt","paytoqs":false,"url":"https://xxxx.mediola.com/rapi/yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/cmd","tls":"","persist":false,"proxy":"","authType":"basic","x":620,"y":440,"wires":[["2b09aa7e.087a76"]]},{"id":"2b09aa7e.087a76","type":"debug","z":"51466e46.72aaf8","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":830,"y":440,"wires":[]},{"id":"7128c084.75b31","type":"function","z":"51466e46.72aaf8","name":"Bad Licht an Mediola","func":"msg.payload = \"eyJYQ19GTkMiOiJTZW5kUk0iLCJkZXZpY2UiOjQxLCJjb21tYW5kIjp7InZhbHVlIjoib24ifX0=\"\nreturn msg;","outputs":1,"noerr":0,"x":360,"y":440,"wires":[["87118c54.9bf14"]]}]
@CyberAndi
Copy link
Author

first step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment