Compare commits
No commits in common. "d3ba93257215b0ed2c8b3fc6259bb1357071e8c6" and "199101b29484fe966732c04d343f59db55d73282" have entirely different histories.
d3ba932572
...
199101b294
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
/secrets.env
|
||||
/tv_state
|
||||
/debug
|
||||
/.env
|
||||
|
|
|
|||
|
|
@ -20,12 +20,10 @@ 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