mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
scripts: add nodered twitter sink
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
660a7297ee
commit
3721259f3e
@ -3,3 +3,6 @@
|
||||
# Send command twice
|
||||
mosquitto_pub -h sushi.binary.kitchen -t kitchen/shutdown -m ""
|
||||
mosquitto_pub -h sushi.binary.kitchen -t kitchen/shutdown -m ""
|
||||
|
||||
# Send lock to Christians Node Red for Twitter sink
|
||||
mosquitto_pub -h sushi.binary.kitchen -t kitchen/frontdoor/status -m "locked"
|
||||
|
@ -4,6 +4,9 @@
|
||||
mosquitto_pub -h sushi.binary.kitchen -t "kitchen/moodlights/set/a" -m "#0000ff"
|
||||
mosquitto_pub -h sushi.binary.kitchen -t "kitchen/moodlights/set/a" -m "#0000ff"
|
||||
|
||||
# Send lock to Christians Node Red for Twitter sink
|
||||
mosquitto_pub -h sushi.binary.kitchen -t kitchen/frontdoor/status -m "unlocked"
|
||||
|
||||
# Wakeup cashdesk
|
||||
wol -i 172.23.2.44 00:0b:ca:94:10:ca
|
||||
wol -i 172.23.2.44 00:0b:ca:94:10:ca
|
||||
|
Loading…
Reference in New Issue
Block a user