добавил меню выбора элементов

This commit is contained in:
Dmitry Borisenko
2022-02-02 00:20:05 +01:00
parent d0e291a9cb
commit ad9679314c
5 changed files with 91 additions and 70 deletions

View File

@@ -1,68 +1 @@
[
{
"type": "Reading",
"subtype": "AnalogAdc",
"id": "t",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"map": "1,1024,1,1024",
"plus": 0,
"multiply": 1,
"round": 1,
"pin": 0,
"int": 15
},
{
"type": "Reading",
"subtype": "Ds18b20",
"id": "tmp",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"pin": 0,
"index": 0,
"addr": ""
},
{
"type": "Reading",
"subtype": "Sht20t",
"id": "tmp2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15
},
{
"type": "Reading",
"subtype": "Sht20h",
"id": "Hum2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15
},
{
"type": "Reading",
"subtype": "Dht1122t",
"id": "tmp3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"pin": 0,
"senstype": "dht11"
},
{
"type": "Reading",
"subtype": "Dht1122h",
"id": "Hum3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"pin": 0,
"senstype": "dht11"
}
]
[]