46 lines
893 B
JSON
46 lines
893 B
JSON
{
|
|
"name": "Sticky",
|
|
"widgets": [
|
|
{
|
|
"name": "back",
|
|
"x": 16,
|
|
"y": 36,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "Back",
|
|
"type": 2,
|
|
"screen": "/screen_main.json"
|
|
},
|
|
{
|
|
"name": "heli_led_on",
|
|
"x": 240,
|
|
"y": 36,
|
|
"w": 64,
|
|
"h": 56,
|
|
"label": "On",
|
|
"type": 1,
|
|
"mqtt": [ {"topic": "/s/cmnd/5C:CF:7F:20:29:6E/Power", "message": "On"} ]
|
|
},
|
|
{
|
|
"name": "heli_led_off",
|
|
"x": 240,
|
|
"y": 108,
|
|
"w": 64,
|
|
"h": 56,
|
|
"label": "Off",
|
|
"type": 1,
|
|
"mqtt": [ {"topic": "/s/cmnd/5C:CF:7F:20:29:6E/Power", "message": "Off"} ]
|
|
},
|
|
{
|
|
"name": "heli_led_toggle",
|
|
"x": 240,
|
|
"y": 180,
|
|
"w": 64,
|
|
"h": 56,
|
|
"label": "Toggle",
|
|
"type": 1,
|
|
"mqtt": [ {"topic": "/s/cmnd/5C:CF:7F:20:29:6E/Power", "message": "Toggle"} ]
|
|
}
|
|
]
|
|
}
|