Files
mongoose-touch/unittest/data/TestWidget-MQTT.json
2017-12-22 21:38:19 +01:00

14 lines
306 B
JSON

{
"name": "heli_led_on",
"x": 240,
"y": 36,
"w": 64,
"h": 56,
"label": "On",
"type": 1,
"mqtt": [
{ "topic": "/topic1", "message": {"string": 100, "args": {"int":100, "str":"string1"}}},
{ "topic": "/topic2", "message": {"string": 200, "args": { "int":200, "str":"string2"}}}
]
}