First start of MQTT buttons
This commit is contained in:
10
unittest/data/TestWidget-MQTT.json
Normal file
10
unittest/data/TestWidget-MQTT.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "heli_led_on",
|
||||
"x": 240,
|
||||
"y": 36,
|
||||
"w": 64,
|
||||
"h": 56,
|
||||
"label": "On",
|
||||
"type": 1,
|
||||
"mqtt": [ "/topic1 Hello", "/topic2 World" ]
|
||||
}
|
@ -5,6 +5,6 @@
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "One",
|
||||
"type": 0
|
||||
"type": 0,
|
||||
"img": "/some/file.ext"
|
||||
}
|
||||
|
Reference in New Issue
Block a user