переименование модулей

This commit is contained in:
Dmitry Borisenko
2022-09-26 20:26:04 +02:00
parent b5b56fe00e
commit 909e28c36a
18 changed files with 638 additions and 470 deletions

View File

@@ -1,29 +1,29 @@
{
{
"menuSection": "Сенсоры",
"configItem": [{
"name": "Cенсор температуры Sht20",
"type": "Reading",
"subtype": "Sht20t",
"id": "tmp2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"round": 1
},
{
"name": "Cенсор влажности Sht20",
"type": "Reading",
"subtype": "Sht20h",
"id": "Hum2",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"round": 1
}],
"configItem": [
{
"name": "Sht20 Cенсор температуры",
"type": "Reading",
"subtype": "Sht20t",
"id": "tmp2",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"round": 1
},
{
"name": "Sht20 Cенсор влажности",
"type": "Reading",
"subtype": "Sht20h",
"id": "Hum2",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"round": 1
}
],
"about": {
"authorName": "Ilya Belyakov",
"authorContact": "https://t.me/Biveraxe",
@@ -32,16 +32,17 @@
"moduleName": "Sht20",
"moduleVersion": "1.0",
"usedRam": 15,
"subTypes":["Sht20t", "Sht20h"],
"subTypes": [
"Sht20t",
"Sht20h"
],
"title": "Сенсор температуры и влажности с Sht20",
"moduleDesc": "Позволяет получить значения температуры и влажности с Sht20.",
"propInfo": {
"int": "Количество секунд между опросами датчика."
}
},
"defActive": true,
"devices": {
"esp32_4mb": [
"robtillaart/SHT2x@^0.1.1"