This commit is contained in:
Dmitry Borisenko
2020-10-21 01:08:24 +03:00
parent 29e5a55ad3
commit 600e66c345
6 changed files with 13 additions and 21 deletions

View File

@@ -1 +1 @@
Тип элемента;Id;Виджет;Имя вкладки;Имя виджета;Позиция виджета
Удалить;Тип элемента;Id;Виджет;Имя вкладки;Имя виджета;Позиция виджета
1 Удалить Тип элемента Id Виджет Имя вкладки Имя виджета Позиция виджета

View File

@@ -43,7 +43,7 @@
},
{
"type": "h4",
"title": "LittleFS version: 260"
"title": "LittleFS version: 261"
},
{
"type": "hr"

View File

@@ -1,6 +1,6 @@
{
"widget": "btn",
"icon": "switch",
"fill": "outline",
"color": "orange"
"size": "large",
"color": "green",
"send": "test"
}

View File

@@ -1,7 +1,8 @@
{
"widget" : "select",
"size" : "small",
"fill" : "outline",
"options" : "["Zero item", "First item", "Second item"]",
"status" : 2
"widget": "select",
"options": [
"Выключен",
"Включен"
],
"status": 0
}