Skip to content

Instantly share code, notes, and snippets.

@sckn
Last active April 22, 2017 00:48
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 sckn/5f7ea0fd8c9250556707bc2b559a34fe to your computer and use it in GitHub Desktop.
Save sckn/5f7ea0fd8c9250556707bc2b559a34fe to your computer and use it in GitHub Desktop.
#!/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