Добавляем параметр 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": "Кнопка подключенная к пину",
"type": "Writing",
"subtype": "ButtonIn",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [
{
"global": 0,
"name": "Управление пином",
"type": "Writing",
"subtype": "ButtonOut",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Camera OV2640 (ESPcam)",
"type": "Reading",
"subtype": "EspCam",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Сервопривод",
"type": "Writing",
"subtype": "IoTServo",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Расширитель портов Mcp23017",
"type": "Reading",
"subtype": "Mcp23017",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "MP3 плеер",
"type": "Reading",
"subtype": "Mp3",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Расширитель портов Pcf8574",
"type": "Reading",
"subtype": "Pcf8574",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "PWM ESP32",
"type": "Writing",
"subtype": "Pwm32",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "PWM ESP8266",
"type": "Writing",
"subtype": "Pwm8266",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "SD карта",
"type": "Writing",
"subtype": "SDcard",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Доп. функции системы",
"type": "Reading",
"subtype": "SysExt",

View File

@@ -2,6 +2,7 @@
"menuSection": "Исполнительные устройства",
"configItem": [{
"global": 0,
"name": "Телеграм-Бот",
"type": "Writing",
"subtype": "Telegram",

View File

@@ -3,6 +3,7 @@
"configItem": [
{
"global": 0,
"name": "Телеграм-Лайт",
"type": "Writing",
"subtype": "TelegramLT",