From 08db9bd9e3b276c2cbce49b4ee97ab4a8bcaf821 Mon Sep 17 00:00:00 2001 From: biver Date: Sun, 23 Oct 2022 11:19:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80?= =?UTF-8?q?=20global=20=D0=B2=D0=BE=20=D0=B2=D1=81=D0=B5=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B4=D1=83=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/display/Lcd2004/modinfo.json | 1 + src/modules/display/Ws2812b/modinfo.json | 3 ++- src/modules/exec/ButtonIn/modinfo.json | 1 + src/modules/exec/ButtonOut/modinfo.json | 1 + src/modules/exec/EspCam/modinfo.json | 1 + src/modules/exec/IoTServo/modinfo.json | 1 + src/modules/exec/Mcp23017/modinfo.json | 1 + src/modules/exec/Mp3/modinfo.json | 1 + src/modules/exec/Pcf8574/modinfo.json | 1 + src/modules/exec/Pwm32/modinfo.json | 1 + src/modules/exec/Pwm8266/modinfo.json | 1 + src/modules/exec/SDcard/modinfo.json | 1 + src/modules/exec/SysExt/modinfo.json | 1 + src/modules/exec/Telegram/modinfo.json | 1 + src/modules/exec/TelegramLT/modinfo.json | 1 + src/modules/sensors/Ads1115/modinfo.json | 1 + src/modules/sensors/AhtXX/modinfo.json | 2 ++ src/modules/sensors/AnalogAdc/modinfo.json | 1 + src/modules/sensors/Bme280/modinfo.json | 3 +++ src/modules/sensors/Bmp280/modinfo.json | 2 ++ src/modules/sensors/Dht1122/modinfo.json | 2 ++ src/modules/sensors/Ds18b20/modinfo.json | 1 + src/modules/sensors/Emon/modinfo.json | 2 ++ src/modules/sensors/FreqMeter/modinfo.json | 3 +++ src/modules/sensors/GY21/modinfo.json | 2 ++ src/modules/sensors/Hdc1080/modinfo.json | 2 ++ src/modules/sensors/IoTWiegand/modinfo.json | 1 + src/modules/sensors/Max6675/modinfo.json | 1 + src/modules/sensors/Mhz19/modinfo.json | 3 +++ src/modules/sensors/Pzem004t/modinfo.json | 6 ++++++ src/modules/sensors/RCswitch/modinfo.json | 1 + src/modules/sensors/Sds011/modinfo.json | 2 ++ src/modules/sensors/Sht20/modinfo.json | 2 ++ src/modules/sensors/Sht30/modinfo.json | 2 ++ src/modules/sensors/Sonar/modinfo.json | 1 + src/modules/sensors/UART/modinfo.json | 1 + src/modules/virtual/Loging/modinfo.json | 1 + src/modules/virtual/LogingDaily/modinfo.json | 1 + src/modules/virtual/Timer/modinfo.json | 1 + src/modules/virtual/VButton/modinfo.json | 1 + src/modules/virtual/Variable/modinfo.json | 4 ++++ 41 files changed, 65 insertions(+), 1 deletion(-) diff --git a/src/modules/display/Lcd2004/modinfo.json b/src/modules/display/Lcd2004/modinfo.json index 0061faf4..914d9047 100644 --- a/src/modules/display/Lcd2004/modinfo.json +++ b/src/modules/display/Lcd2004/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Экраны", "configItem": [{ + "global": 0, "name": "LCD экран 2004", "type": "Reading", "subtype": "Lcd2004", diff --git a/src/modules/display/Ws2812b/modinfo.json b/src/modules/display/Ws2812b/modinfo.json index 280d3e26..b7565646 100644 --- a/src/modules/display/Ws2812b/modinfo.json +++ b/src/modules/display/Ws2812b/modinfo.json @@ -1,7 +1,8 @@ { "menuSection": "Экраны", "configItem": [ - { + { + "global": 0, "name": "Strip ws2812b", "type": "Reading", "subtype": "Ws2812b", diff --git a/src/modules/exec/ButtonIn/modinfo.json b/src/modules/exec/ButtonIn/modinfo.json index 7ab286b7..df7c6a63 100644 --- a/src/modules/exec/ButtonIn/modinfo.json +++ b/src/modules/exec/ButtonIn/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [ { + "global": 0, "name": "Кнопка подключенная к пину", "type": "Writing", "subtype": "ButtonIn", diff --git a/src/modules/exec/ButtonOut/modinfo.json b/src/modules/exec/ButtonOut/modinfo.json index abfdac70..c47c3bf5 100644 --- a/src/modules/exec/ButtonOut/modinfo.json +++ b/src/modules/exec/ButtonOut/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [ { + "global": 0, "name": "Управление пином", "type": "Writing", "subtype": "ButtonOut", diff --git a/src/modules/exec/EspCam/modinfo.json b/src/modules/exec/EspCam/modinfo.json index 1cb8f2d9..ec35a2a2 100644 --- a/src/modules/exec/EspCam/modinfo.json +++ b/src/modules/exec/EspCam/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Camera OV2640 (ESPcam)", "type": "Reading", "subtype": "EspCam", diff --git a/src/modules/exec/IoTServo/modinfo.json b/src/modules/exec/IoTServo/modinfo.json index 89c28a02..b9a16e1b 100644 --- a/src/modules/exec/IoTServo/modinfo.json +++ b/src/modules/exec/IoTServo/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Сервопривод", "type": "Writing", "subtype": "IoTServo", diff --git a/src/modules/exec/Mcp23017/modinfo.json b/src/modules/exec/Mcp23017/modinfo.json index 7311e462..3c63dad8 100644 --- a/src/modules/exec/Mcp23017/modinfo.json +++ b/src/modules/exec/Mcp23017/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Расширитель портов Mcp23017", "type": "Reading", "subtype": "Mcp23017", diff --git a/src/modules/exec/Mp3/modinfo.json b/src/modules/exec/Mp3/modinfo.json index 7b9dd98b..efd4f6f8 100644 --- a/src/modules/exec/Mp3/modinfo.json +++ b/src/modules/exec/Mp3/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "MP3 плеер", "type": "Reading", "subtype": "Mp3", diff --git a/src/modules/exec/Pcf8574/modinfo.json b/src/modules/exec/Pcf8574/modinfo.json index 8e95b19e..7f1f3817 100644 --- a/src/modules/exec/Pcf8574/modinfo.json +++ b/src/modules/exec/Pcf8574/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Расширитель портов Pcf8574", "type": "Reading", "subtype": "Pcf8574", diff --git a/src/modules/exec/Pwm32/modinfo.json b/src/modules/exec/Pwm32/modinfo.json index 37a60ff8..dda8786b 100644 --- a/src/modules/exec/Pwm32/modinfo.json +++ b/src/modules/exec/Pwm32/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "PWM ESP32", "type": "Writing", "subtype": "Pwm32", diff --git a/src/modules/exec/Pwm8266/modinfo.json b/src/modules/exec/Pwm8266/modinfo.json index e5a5f478..494a2fbf 100644 --- a/src/modules/exec/Pwm8266/modinfo.json +++ b/src/modules/exec/Pwm8266/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "PWM ESP8266", "type": "Writing", "subtype": "Pwm8266", diff --git a/src/modules/exec/SDcard/modinfo.json b/src/modules/exec/SDcard/modinfo.json index 4f6b4867..ef917963 100644 --- a/src/modules/exec/SDcard/modinfo.json +++ b/src/modules/exec/SDcard/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "SD карта", "type": "Writing", "subtype": "SDcard", diff --git a/src/modules/exec/SysExt/modinfo.json b/src/modules/exec/SysExt/modinfo.json index 72d394c3..3f4313dc 100644 --- a/src/modules/exec/SysExt/modinfo.json +++ b/src/modules/exec/SysExt/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Доп. функции системы", "type": "Reading", "subtype": "SysExt", diff --git a/src/modules/exec/Telegram/modinfo.json b/src/modules/exec/Telegram/modinfo.json index 9104bb52..b28a2478 100644 --- a/src/modules/exec/Telegram/modinfo.json +++ b/src/modules/exec/Telegram/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Исполнительные устройства", "configItem": [{ + "global": 0, "name": "Телеграм-Бот", "type": "Writing", "subtype": "Telegram", diff --git a/src/modules/exec/TelegramLT/modinfo.json b/src/modules/exec/TelegramLT/modinfo.json index 95414c98..28bcade9 100644 --- a/src/modules/exec/TelegramLT/modinfo.json +++ b/src/modules/exec/TelegramLT/modinfo.json @@ -3,6 +3,7 @@ "configItem": [ { + "global": 0, "name": "Телеграм-Лайт", "type": "Writing", "subtype": "TelegramLT", diff --git a/src/modules/sensors/Ads1115/modinfo.json b/src/modules/sensors/Ads1115/modinfo.json index bf406e26..6395fbff 100644 --- a/src/modules/sensors/Ads1115/modinfo.json +++ b/src/modules/sensors/Ads1115/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "ADS1115 Напряжение", "type": "Reading", "subtype": "Ads1115", diff --git a/src/modules/sensors/AhtXX/modinfo.json b/src/modules/sensors/AhtXX/modinfo.json index 87527032..7b180bec 100644 --- a/src/modules/sensors/AhtXX/modinfo.json +++ b/src/modules/sensors/AhtXX/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "AHTXX Температура", "type": "Reading", "subtype": "AhtXXt", @@ -15,6 +16,7 @@ "round": 1 }, { + "global": 0, "name": "AHTXX Влажность", "type": "Reading", "subtype": "AhtXXh", diff --git a/src/modules/sensors/AnalogAdc/modinfo.json b/src/modules/sensors/AnalogAdc/modinfo.json index 55ab6360..31b99f0a 100644 --- a/src/modules/sensors/AnalogAdc/modinfo.json +++ b/src/modules/sensors/AnalogAdc/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [{ + "global": 0, "name": "Аналоговый сенсор", "type": "Reading", "subtype": "AnalogAdc", diff --git a/src/modules/sensors/Bme280/modinfo.json b/src/modules/sensors/Bme280/modinfo.json index 62d8d17c..d2b05beb 100644 --- a/src/modules/sensors/Bme280/modinfo.json +++ b/src/modules/sensors/Bme280/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "BME280 Температура", "type": "Reading", "subtype": "Bme280t", @@ -14,6 +15,7 @@ "round": 1 }, { + "global": 0, "name": "BME280 Давление", "type": "Reading", "subtype": "Bme280p", @@ -26,6 +28,7 @@ "round": 1 }, { + "global": 0, "name": "BME280 Влажность", "type": "Reading", "subtype": "Bme280h", diff --git a/src/modules/sensors/Bmp280/modinfo.json b/src/modules/sensors/Bmp280/modinfo.json index 50b84a82..4bfb5c27 100644 --- a/src/modules/sensors/Bmp280/modinfo.json +++ b/src/modules/sensors/Bmp280/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "BMP280 Температура", "type": "Reading", "subtype": "Bmp280t", @@ -14,6 +15,7 @@ "round": 1 }, { + "global": 0, "name": "BMP280 Давление", "type": "Reading", "subtype": "Bmp280p", diff --git a/src/modules/sensors/Dht1122/modinfo.json b/src/modules/sensors/Dht1122/modinfo.json index 85089458..7e5dc5be 100644 --- a/src/modules/sensors/Dht1122/modinfo.json +++ b/src/modules/sensors/Dht1122/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "DHT11 Температура", "type": "Reading", "subtype": "Dht1122t", @@ -14,6 +15,7 @@ "senstype": "dht11" }, { + "global": 0, "name": "DHT11 Влажность", "type": "Reading", "subtype": "Dht1122h", diff --git a/src/modules/sensors/Ds18b20/modinfo.json b/src/modules/sensors/Ds18b20/modinfo.json index 96f6af73..708708ba 100644 --- a/src/modules/sensors/Ds18b20/modinfo.json +++ b/src/modules/sensors/Ds18b20/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "DS18B20 Температура", "type": "Reading", "subtype": "Ds18b20", diff --git a/src/modules/sensors/Emon/modinfo.json b/src/modules/sensors/Emon/modinfo.json index 9f4086a8..e254359f 100644 --- a/src/modules/sensors/Emon/modinfo.json +++ b/src/modules/sensors/Emon/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "EMON Ток", "type": "Reading", "subtype": "I", @@ -16,6 +17,7 @@ "multiply": 1 }, { + "global": 0, "name": "EMON Напряжение", "type": "Reading", "subtype": "U", diff --git a/src/modules/sensors/FreqMeter/modinfo.json b/src/modules/sensors/FreqMeter/modinfo.json index 2bc0ac8d..91eb8c82 100644 --- a/src/modules/sensors/FreqMeter/modinfo.json +++ b/src/modules/sensors/FreqMeter/modinfo.json @@ -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", diff --git a/src/modules/sensors/GY21/modinfo.json b/src/modules/sensors/GY21/modinfo.json index d81dd21c..7878e037 100644 --- a/src/modules/sensors/GY21/modinfo.json +++ b/src/modules/sensors/GY21/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "GY21 Температура", "type": "Reading", "subtype": "GY21t", @@ -13,6 +14,7 @@ "int": 15 }, { + "global": 0, "name": "GY21 Влажность", "type": "Reading", "subtype": "GY21h", diff --git a/src/modules/sensors/Hdc1080/modinfo.json b/src/modules/sensors/Hdc1080/modinfo.json index 7a873738..3250c7a9 100644 --- a/src/modules/sensors/Hdc1080/modinfo.json +++ b/src/modules/sensors/Hdc1080/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "HDC1080 Температура", "type": "Reading", "subtype": "Hdc1080t", @@ -14,6 +15,7 @@ "round": 1 }, { + "global": 0, "name": "HDC1080 Влажность", "type": "Reading", "subtype": "Hdc1080h", diff --git a/src/modules/sensors/IoTWiegand/modinfo.json b/src/modules/sensors/IoTWiegand/modinfo.json index 6e375f55..ff7457e2 100644 --- a/src/modules/sensors/IoTWiegand/modinfo.json +++ b/src/modules/sensors/IoTWiegand/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "Wiegand Считыватель", "type": "Reading", "subtype": "IoTWiegand", diff --git a/src/modules/sensors/Max6675/modinfo.json b/src/modules/sensors/Max6675/modinfo.json index 8e091483..2523a69d 100644 --- a/src/modules/sensors/Max6675/modinfo.json +++ b/src/modules/sensors/Max6675/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "MAX6675 Температура", "type": "Reading", "subtype": "Max6675t", diff --git a/src/modules/sensors/Mhz19/modinfo.json b/src/modules/sensors/Mhz19/modinfo.json index 57b00496..638fe131 100644 --- a/src/modules/sensors/Mhz19/modinfo.json +++ b/src/modules/sensors/Mhz19/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "MHZ-19 CO2 UART", "type": "Reading", "subtype": "Mhz19uart", @@ -20,6 +21,7 @@ "ABC": 1 }, { + "global": 0, "name": "MHZ-19 CO2 PWM", "type": "Reading", "subtype": "Mhz19pwm", @@ -36,6 +38,7 @@ "int": 300 }, { + "global": 0, "name": "MHZ-19 Температура UART", "type": "Reading", "subtype": "Mhz19temp", diff --git a/src/modules/sensors/Pzem004t/modinfo.json b/src/modules/sensors/Pzem004t/modinfo.json index 3d75cce0..d5a31eaf 100644 --- a/src/modules/sensors/Pzem004t/modinfo.json +++ b/src/modules/sensors/Pzem004t/modinfo.json @@ -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", diff --git a/src/modules/sensors/RCswitch/modinfo.json b/src/modules/sensors/RCswitch/modinfo.json index 916aa31d..f5a6dc97 100644 --- a/src/modules/sensors/RCswitch/modinfo.json +++ b/src/modules/sensors/RCswitch/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [{ + "global": 0, "name": "Сканер кнопок 433 MHz", "num": 31, "type": "Reading", diff --git a/src/modules/sensors/Sds011/modinfo.json b/src/modules/sensors/Sds011/modinfo.json index 81a7eca6..8fd8eb80 100644 --- a/src/modules/sensors/Sds011/modinfo.json +++ b/src/modules/sensors/Sds011/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "SDS011 PM25 Пыль", "type": "Reading", "subtype": "Sds011_25", @@ -21,6 +22,7 @@ "retryDelayMs": 5 }, { + "global": 0, "name": "SDS011 PM10 Пыль", "type": "Reading", "subtype": "Sds011_10", diff --git a/src/modules/sensors/Sht20/modinfo.json b/src/modules/sensors/Sht20/modinfo.json index 6d8d745d..797390dc 100644 --- a/src/modules/sensors/Sht20/modinfo.json +++ b/src/modules/sensors/Sht20/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "Sht20 Температура", "type": "Reading", "subtype": "Sht20t", @@ -13,6 +14,7 @@ "round": 1 }, { + "global": 0, "name": "Sht20 Влажность", "type": "Reading", "subtype": "Sht20h", diff --git a/src/modules/sensors/Sht30/modinfo.json b/src/modules/sensors/Sht30/modinfo.json index ca722253..df3c8ec7 100644 --- a/src/modules/sensors/Sht30/modinfo.json +++ b/src/modules/sensors/Sht30/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "Sht30 Температура", "type": "Reading", "subtype": "Sht30t", @@ -13,6 +14,7 @@ "round": 1 }, { + "global": 0, "name": "Sht30 Влажность", "type": "Reading", "subtype": "Sht30h", diff --git a/src/modules/sensors/Sonar/modinfo.json b/src/modules/sensors/Sonar/modinfo.json index ce43afcb..be4911de 100644 --- a/src/modules/sensors/Sonar/modinfo.json +++ b/src/modules/sensors/Sonar/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "HC-SR04 Ультразвуковой дальномер", "num": 1, "type": "Reading", diff --git a/src/modules/sensors/UART/modinfo.json b/src/modules/sensors/UART/modinfo.json index 7f0dc67d..ff4f9710 100644 --- a/src/modules/sensors/UART/modinfo.json +++ b/src/modules/sensors/UART/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Сенсоры", "configItem": [ { + "global": 0, "name": "UART", "type": "Reading", "subtype": "UART", diff --git a/src/modules/virtual/Loging/modinfo.json b/src/modules/virtual/Loging/modinfo.json index 826a7b1c..1fb3da7f 100644 --- a/src/modules/virtual/Loging/modinfo.json +++ b/src/modules/virtual/Loging/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Виртуальные элементы", "configItem": [ { + "global": 0, "name": "График", "type": "Writing", "subtype": "Loging", diff --git a/src/modules/virtual/LogingDaily/modinfo.json b/src/modules/virtual/LogingDaily/modinfo.json index 6e5827bd..9688920c 100644 --- a/src/modules/virtual/LogingDaily/modinfo.json +++ b/src/modules/virtual/LogingDaily/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Виртуальные элементы", "configItem": [ { + "global": 0, "name": "График дневного расхода", "type": "Writing", "subtype": "LogingDaily", diff --git a/src/modules/virtual/Timer/modinfo.json b/src/modules/virtual/Timer/modinfo.json index 0485564b..e9379c50 100644 --- a/src/modules/virtual/Timer/modinfo.json +++ b/src/modules/virtual/Timer/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Виртуальные элементы", "configItem": [ { + "global": 0, "name": "Таймер", "type": "Writing", "subtype": "Timer", diff --git a/src/modules/virtual/VButton/modinfo.json b/src/modules/virtual/VButton/modinfo.json index 80ed2d53..05c5dcd9 100644 --- a/src/modules/virtual/VButton/modinfo.json +++ b/src/modules/virtual/VButton/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Виртуальные элементы", "configItem": [ { + "global": 0, "name": "Виртуальная кнопка", "type": "Reading", "subtype": "VButton", diff --git a/src/modules/virtual/Variable/modinfo.json b/src/modules/virtual/Variable/modinfo.json index 940ca4c0..5bbc918a 100644 --- a/src/modules/virtual/Variable/modinfo.json +++ b/src/modules/virtual/Variable/modinfo.json @@ -2,6 +2,7 @@ "menuSection": "Виртуальные элементы", "configItem": [ { + "global": 0, "name": "Окно ввода числа (переменная)", "type": "Reading", "subtype": "Variable", @@ -15,6 +16,7 @@ "num": 2 }, { + "global": 0, "name": "Окно ввода времени", "type": "Reading", "subtype": "Variable", @@ -28,6 +30,7 @@ "num": 3 }, { + "global": 0, "name": "Окно ввода даты", "type": "Reading", "subtype": "Variable", @@ -41,6 +44,7 @@ "num": 4 }, { + "global": 0, "name": "Окно ввода текста", "type": "Reading", "subtype": "Variable",