Добавляем параметр 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": "Частотомер на ADC, Частота",
"type": "Reading",
"subtype": "FreqMeterF",
@@ -18,6 +19,7 @@
"int": 5
},
{
"global": 0,
"name": "Частотомер на ADC, Процент Пульсации",
"type": "Reading",
"subtype": "FreqMeterPcFl",
@@ -34,6 +36,7 @@
"int": 5
},
{
"global": 0,
"name": "Частотомер на ADC, Индекс Пульсации",
"type": "Reading",
"subtype": "FreqMeterFlIn",