First start of MQTT buttons

This commit is contained in:
Pim van Pelt
2017-12-02 16:51:09 +01:00
parent c315de560f
commit b8e5637c8b
9 changed files with 97 additions and 13 deletions

View 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" ]
}

View File

@ -5,6 +5,6 @@
"w": 48,
"h": 48,
"label": "One",
"type": 0
"type": 0,
"img": "/some/file.ext"
}