Compare commits
2 commits
199101b294
...
d3ba932572
| Author | SHA1 | Date | |
|---|---|---|---|
| d3ba932572 | |||
|
|
f4b2f0ab77 |
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/secrets.env
|
||||
/tv_state
|
||||
/debug
|
||||
/.env
|
||||
|
|
|
|||
|
|
@ -20,10 +20,12 @@ all(){
|
|||
;;
|
||||
"back")
|
||||
echo "toggling livingroom lights"
|
||||
source "$ROOT/.env"
|
||||
curl -X POST -d '' $LIVINGROOM_LIGHTS_ENDPOINT
|
||||
;;
|
||||
"forward")
|
||||
echo "toggling kitchen lights"
|
||||
source "$ROOT/.env"
|
||||
curl -X POST -d '' $KITCHEN_LIGHTS_ENDPOINT
|
||||
;;
|
||||
"split_right")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue