mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
3 lines
144 B
Bash
3 lines
144 B
Bash
#!/usr/bin/env bash
|
|
mosquitto_pub -t 'domoticz/in' -h broker_url -p port -u user -P pass -m '{"command": "udevice", "idx": 20, "svalue": "15"}'
|