Last active
April 22, 2017 00:48
-
-
Save sckn/5f7ea0fd8c9250556707bc2b559a34fe to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo -e "{\"id\":1,\"method\":\"$1\",\"params\":[$2]}\r\n" |nc 192.168.1.36 55443 | |
# ./yeelight.sh set_power \"on\" | |
# ./yeelight.sh set_power \"off\" | |
# ./yeelight.sh set_bright 1 | |
# ./yeelight.sh set_bright 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment