Files
lighthub/mosquitto_examples.sh
2018-10-16 11:36:59 +03:00

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"}'