14 lines
306 B
JSON
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"}}}
|
|
]
|
|
}
|