Widget Properties
Set Widget Property
Publish topic ds/DATASTREAM/prop/PROPERTY, payload: value in plain text (i.e. 123, hello)
DATASTREAM- the datastream namePROPERTY- the property name
mosquitto_pub -h blynk.cloud -p 8883 -u device -P '{DEVICE_TOKEN}' -t 'ds/Temperature/prop/color' -m 'red'Erase Widget Property
Publish topic ds/DATASTREAM/prop/PROPERTY/erase, payload: empty
DATASTREAM- the datastream namePROPERTY- the property name
mosquitto_pub -h blynk.cloud -p 8883 -u device -P '{DEVICE_TOKEN}' -t 'ds/Temperature/prop/color/erase' -nLast updated
Was this helpful?

