domoticz dht22 support

This commit is contained in:
livello
2018-10-16 11:36:59 +03:00
parent 41df3b701e
commit 2bf6050f50
5 changed files with 39 additions and 31 deletions

2
mosquitto_examples.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/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"}'