Files
lighthub/spare_files/mosquitto_examples.sh
2019-10-17 03:13:39 +03:00

3 lines
144 B
Bash
Executable File

#!/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"}'