Created
June 3, 2022 12:01
-
-
Save marvin-marvin/d76fd98cd8847a813d5fd882929e070d to your computer and use it in GitHub Desktop.
living-room-shutter-sun
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/curl -X POST -d '{"id":1, "src":"user_1", "method":"Shelly.SetState", "params":{"id":1, "type":4, "state":{"tgt_pos": 0}}}' http://172.16.0.238/rpc ; /bin/sleep 20 ; /usr/bin/curl -X POST -d '{"id":1, "src":"user_1", "method":"Shelly.SetState", "params":{"id":1, "type":4, "state":{"state": 10}}}' http://172.16.0.238/rpc ; /bin/sleep 10 ; /usr/bin/curl -X POST -d '{"id":1, "src":"user_1", "method":"Sys.Reboot", "params":{"id":1, "type":4, "state":true}}' http://172.16.0.238/rpc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment