mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Добавляем виртуальные элементы на базе переменной
This commit is contained in:
@@ -2,6 +2,42 @@
|
||||
"menuSection": "Виртуальные элементы",
|
||||
|
||||
"configItem": [{
|
||||
"name": "Кнопка",
|
||||
"type": "Reading",
|
||||
"subtype": "Variable",
|
||||
"id": "vbtn",
|
||||
"widget": "",
|
||||
"page": "",
|
||||
"descr": "",
|
||||
|
||||
"int": "0",
|
||||
"val": "0"
|
||||
},
|
||||
{
|
||||
"name": "Окно ввода цифры",
|
||||
"type": "Reading",
|
||||
"subtype": "Variable",
|
||||
"id": "dedit",
|
||||
"widget": "",
|
||||
"page": "",
|
||||
"descr": "",
|
||||
|
||||
"int": "0",
|
||||
"val": "0"
|
||||
},
|
||||
{
|
||||
"name": "Окно ввода времени",
|
||||
"type": "Reading",
|
||||
"subtype": "Variable",
|
||||
"id": "tedit",
|
||||
"widget": "",
|
||||
"page": "",
|
||||
"descr": "",
|
||||
|
||||
"int": "0",
|
||||
"val": "0"
|
||||
},
|
||||
{
|
||||
"name": "Переменная",
|
||||
"type": "Reading",
|
||||
"subtype": "Variable",
|
||||
|
||||
Reference in New Issue
Block a user