Files
mongoose-touch/fs/screen_two.json
2018-01-02 00:21:38 +01:00

26 lines
437 B
JSON

{
"name": "Two",
"widgets": [
{
"name": "back",
"x": 16,
"y": 36,
"w": 48,
"h": 48,
"label": "Back",
"type": 2,
"screen": "/screen_main.json"
},
{
"name": "two",
"x": 256,
"y": 36,
"w": 48,
"h": 48,
"label": "Two",
"type": 1,
"mqtt": [ {"topic": "esp32_XXXXXX/rpc/Button.Touch", "message": {"args": {"idx":0}}} ]
}
]
}