4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Turn on bitpanel
|
|
mqtt-simple -h mqtt.bitlair.nl -p bitlair/power/shelly/03/command/switch:0 -m on
|