mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
f5c67445e9
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Set blue moodlights
|
|
mosquitto_pub -h sushi.binary.kitchen -t "kitchen/moodlights/set/a" -m "#0000ff"
|