Добавляем параметр global во все модули

This commit is contained in:
2022-10-23 11:19:41 +03:00
parent 31beaa9c90
commit 08db9bd9e3
41 changed files with 65 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры",
"configItem": [
{
"global": 0,
"name": "PZEM 004t Напряжение",
"type": "Reading",
"subtype": "Pzem004v",
@@ -14,6 +15,7 @@
"round": 1
},
{
"global": 0,
"name": "PZEM 004t Сила тока",
"type": "Reading",
"subtype": "Pzem004a",
@@ -26,6 +28,7 @@
"round": 1
},
{
"global": 0,
"name": "PZEM 004t Мощность",
"type": "Reading",
"subtype": "Pzem004w",
@@ -38,6 +41,7 @@
"round": 1
},
{
"global": 0,
"name": "PZEM 004t Энергия",
"type": "Reading",
"subtype": "Pzem004wh",
@@ -50,6 +54,7 @@
"round": 1
},
{
"global": 0,
"name": "PZEM 004t Частота",
"type": "Reading",
"subtype": "Pzem004hz",
@@ -62,6 +67,7 @@
"round": 1
},
{
"global": 0,
"name": "PZEM 004t Косинус",
"type": "Reading",
"subtype": "Pzem004pf",