обновил веб интерфейс

This commit is contained in:
Dmitry Borisenko
2021-12-27 22:47:43 +01:00
parent 2bf86e7092
commit 4a7b130b26
3 changed files with 29 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -51,6 +51,33 @@
"id": "t",
"widget": "anydata",
"page": "Сенсоры",
"descr": "Температура",
"int": 10
},
{
"type": "Reading",
"subtype": "bme280",
"id": "t",
"widget": "anydata",
"page": "Сенсоры",
"descr": "Температура"
},
{
"type": "Reading",
"subtype": "bme280",
"id": "p",
"widget": "anydata",
"page": "Сенсоры",
"descr": "Давление"
},
{
"type": "Reading",
"subtype": "bme280",
"id": "h",
"widget": "anydata",
"page": "Сенсоры",
"descr": "Влажность",
"int": 10,
"addr": "0x78"
}
]