mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
mesh management stuff
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# Mesh Sprocket Example
|
||||
|
||||
## OTA
|
||||
## MQTT stuff
|
||||
mosquitto_sub -h citadel.lan -p 1883 -v -t '#'
|
||||
|
||||
mosquitto_pub -h citadel.lan -p 1883 -t '/down/domain_id/gateway' -m '{"device":"broadcast", "msg": {"mode": 3, "value": 4} }'
|
||||
|
||||
Enable OTA:
|
||||
mosquitto_pub -h citadel.lan -p 1883 -t '/down/wirelos/gateway' -m '{"target":"broadcast", "domain": "wirelos", "msg": {"target":"broadcast", "type": 3, msg: "OTA"} }'
|
||||
|
||||
Reference in New Issue
Block a user