2015-05-25 15:47:44 +02:00
|
|
|
#!/bin/bash
|
2015-08-30 21:07:07 +02:00
|
|
|
|
2016-06-23 19:35:43 +02:00
|
|
|
# Set blue moodlights
|
|
|
|
mosquitto_pub -h sushi.binary.kitchen -t "kitchen/moodlights/set/a" -m "#0000ff"
|
2016-07-18 21:17:30 +02:00
|
|
|
mosquitto_pub -h sushi.binary.kitchen -t "kitchen/moodlights/set/a" -m "#0000ff"
|
|
|
|
|
2016-07-20 19:22:17 +02:00
|
|
|
# Send lock to Christians Node Red for Twitter sink
|
|
|
|
mosquitto_pub -h sushi.binary.kitchen -t kitchen/frontdoor/status -m "unlocked"
|
|
|
|
|
2016-07-18 21:17:30 +02:00
|
|
|
# Wakeup cashdesk
|
2017-01-07 00:29:58 +01:00
|
|
|
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|
|
|
|
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|
|
|
|
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|