Merge pull request #218 from biveraxe/ver4dev

Добавляем параметр global во все модули
This commit is contained in:
2022-10-23 11:39:57 +03:00
committed by GitHub
42 changed files with 112 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"header": "Виртуальные элементы" "header": "Виртуальные элементы"
}, },
{ {
"global": 0,
"name": "1. График", "name": "1. График",
"type": "Writing", "type": "Writing",
"subtype": "Loging", "subtype": "Loging",
@@ -20,6 +21,7 @@
"points": 300 "points": 300
}, },
{ {
"global": 0,
"name": "2. График дневного расхода", "name": "2. График дневного расхода",
"type": "Writing", "type": "Writing",
"subtype": "LogingDaily", "subtype": "LogingDaily",
@@ -34,6 +36,7 @@
"test": 0 "test": 0
}, },
{ {
"global": 0,
"name": "3. Таймер", "name": "3. Таймер",
"type": "Writing", "type": "Writing",
"subtype": "Timer", "subtype": "Timer",
@@ -49,6 +52,7 @@
"num": 3 "num": 3
}, },
{ {
"global": 0,
"name": "4. Окно ввода числа (переменная)", "name": "4. Окно ввода числа (переменная)",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -62,6 +66,7 @@
"num": 4 "num": 4
}, },
{ {
"global": 0,
"name": "5. Окно ввода времени", "name": "5. Окно ввода времени",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -75,6 +80,7 @@
"num": 5 "num": 5
}, },
{ {
"global": 0,
"name": "6. Окно ввода даты", "name": "6. Окно ввода даты",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -88,6 +94,7 @@
"num": 6 "num": 6
}, },
{ {
"global": 0,
"name": "7. Окно ввода текста", "name": "7. Окно ввода текста",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -101,6 +108,7 @@
"num": 7 "num": 7
}, },
{ {
"global": 0,
"name": "8. Виртуальная кнопка", "name": "8. Виртуальная кнопка",
"type": "Reading", "type": "Reading",
"subtype": "VButton", "subtype": "VButton",
@@ -130,6 +138,7 @@
"num": 9 "num": 9
}, },
{ {
"global": 0,
"name": "10. AHTXX Температура", "name": "10. AHTXX Температура",
"type": "Reading", "type": "Reading",
"subtype": "AhtXXt", "subtype": "AhtXXt",
@@ -144,6 +153,7 @@
"num": 10 "num": 10
}, },
{ {
"global": 0,
"name": "11. AHTXX Влажность", "name": "11. AHTXX Влажность",
"type": "Reading", "type": "Reading",
"subtype": "AhtXXh", "subtype": "AhtXXh",
@@ -158,6 +168,7 @@
"num": 11 "num": 11
}, },
{ {
"global": 0,
"name": "12. Аналоговый сенсор", "name": "12. Аналоговый сенсор",
"type": "Reading", "type": "Reading",
"subtype": "AnalogAdc", "subtype": "AnalogAdc",
@@ -175,6 +186,7 @@
"num": 12 "num": 12
}, },
{ {
"global": 0,
"name": "13. BME280 Температура", "name": "13. BME280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bme280t", "subtype": "Bme280t",
@@ -188,6 +200,7 @@
"num": 13 "num": 13
}, },
{ {
"global": 0,
"name": "14. BME280 Давление", "name": "14. BME280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bme280p", "subtype": "Bme280p",
@@ -201,6 +214,7 @@
"num": 14 "num": 14
}, },
{ {
"global": 0,
"name": "15. BME280 Влажность", "name": "15. BME280 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Bme280h", "subtype": "Bme280h",
@@ -214,6 +228,7 @@
"num": 15 "num": 15
}, },
{ {
"global": 0,
"name": "16. BMP280 Температура", "name": "16. BMP280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280t", "subtype": "Bmp280t",
@@ -227,6 +242,7 @@
"num": 16 "num": 16
}, },
{ {
"global": 0,
"name": "17. BMP280 Давление", "name": "17. BMP280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280p", "subtype": "Bmp280p",
@@ -240,6 +256,7 @@
"num": 17 "num": 17
}, },
{ {
"global": 0,
"name": "18. DHT11 Температура", "name": "18. DHT11 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122t", "subtype": "Dht1122t",
@@ -253,6 +270,7 @@
"num": 18 "num": 18
}, },
{ {
"global": 0,
"name": "19. DHT11 Влажность", "name": "19. DHT11 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122h", "subtype": "Dht1122h",
@@ -266,6 +284,7 @@
"num": 19 "num": 19
}, },
{ {
"global": 0,
"name": "20. DS18B20 Температура", "name": "20. DS18B20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Ds18b20", "subtype": "Ds18b20",
@@ -281,6 +300,7 @@
"num": 20 "num": 20
}, },
{ {
"global": 0,
"name": "21. GY21 Температура", "name": "21. GY21 Температура",
"type": "Reading", "type": "Reading",
"subtype": "GY21t", "subtype": "GY21t",
@@ -293,6 +313,7 @@
"num": 21 "num": 21
}, },
{ {
"global": 0,
"name": "22. GY21 Влажность", "name": "22. GY21 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "GY21h", "subtype": "GY21h",
@@ -305,6 +326,7 @@
"num": 22 "num": 22
}, },
{ {
"global": 0,
"name": "23. HDC1080 Температура", "name": "23. HDC1080 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080t", "subtype": "Hdc1080t",
@@ -318,6 +340,7 @@
"num": 23 "num": 23
}, },
{ {
"global": 0,
"name": "24. HDC1080 Влажность", "name": "24. HDC1080 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080h", "subtype": "Hdc1080h",
@@ -331,6 +354,7 @@
"num": 24 "num": 24
}, },
{ {
"global": 0,
"name": "25. MAX6675 Температура", "name": "25. MAX6675 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Max6675t", "subtype": "Max6675t",
@@ -345,6 +369,7 @@
"num": 25 "num": 25
}, },
{ {
"global": 0,
"name": "26. PZEM 004t Напряжение", "name": "26. PZEM 004t Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004v", "subtype": "Pzem004v",
@@ -358,6 +383,7 @@
"num": 26 "num": 26
}, },
{ {
"global": 0,
"name": "27. PZEM 004t Сила тока", "name": "27. PZEM 004t Сила тока",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004a", "subtype": "Pzem004a",
@@ -371,6 +397,7 @@
"num": 27 "num": 27
}, },
{ {
"global": 0,
"name": "28. PZEM 004t Мощность", "name": "28. PZEM 004t Мощность",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004w", "subtype": "Pzem004w",
@@ -384,6 +411,7 @@
"num": 28 "num": 28
}, },
{ {
"global": 0,
"name": "29. PZEM 004t Энергия", "name": "29. PZEM 004t Энергия",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004wh", "subtype": "Pzem004wh",
@@ -397,6 +425,7 @@
"num": 29 "num": 29
}, },
{ {
"global": 0,
"name": "30. PZEM 004t Частота", "name": "30. PZEM 004t Частота",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004hz", "subtype": "Pzem004hz",
@@ -410,6 +439,7 @@
"num": 30 "num": 30
}, },
{ {
"global": 0,
"name": "31. PZEM 004t Косинус", "name": "31. PZEM 004t Косинус",
"type": "Reading", "type": "Reading",
"subtype": "Pzem004pf", "subtype": "Pzem004pf",
@@ -423,6 +453,7 @@
"num": 31 "num": 31
}, },
{ {
"global": 0,
"name": "32. Сканер кнопок 433 MHz", "name": "32. Сканер кнопок 433 MHz",
"num": 32, "num": 32,
"type": "Reading", "type": "Reading",
@@ -433,6 +464,7 @@
"pinTx": 12 "pinTx": 12
}, },
{ {
"global": 0,
"name": "33. Sht20 Температура", "name": "33. Sht20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht20t", "subtype": "Sht20t",
@@ -445,6 +477,7 @@
"num": 33 "num": 33
}, },
{ {
"global": 0,
"name": "34. Sht20 Влажность", "name": "34. Sht20 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht20h", "subtype": "Sht20h",
@@ -457,6 +490,7 @@
"num": 34 "num": 34
}, },
{ {
"global": 0,
"name": "35. Sht30 Температура", "name": "35. Sht30 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht30t", "subtype": "Sht30t",
@@ -469,6 +503,7 @@
"num": 35 "num": 35
}, },
{ {
"global": 0,
"name": "36. Sht30 Влажность", "name": "36. Sht30 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht30h", "subtype": "Sht30h",
@@ -481,6 +516,7 @@
"num": 36 "num": 36
}, },
{ {
"global": 0,
"name": "37. HC-SR04 Ультразвуковой дальномер", "name": "37. HC-SR04 Ультразвуковой дальномер",
"num": 37, "num": 37,
"type": "Reading", "type": "Reading",
@@ -494,6 +530,7 @@
"int": 5 "int": 5
}, },
{ {
"global": 0,
"name": "38. UART", "name": "38. UART",
"type": "Reading", "type": "Reading",
"subtype": "UART", "subtype": "UART",
@@ -510,6 +547,7 @@
"header": "Исполнительные устройства" "header": "Исполнительные устройства"
}, },
{ {
"global": 0,
"name": "39. Кнопка подключенная к пину", "name": "39. Кнопка подключенная к пину",
"type": "Writing", "type": "Writing",
"subtype": "ButtonIn", "subtype": "ButtonIn",
@@ -527,6 +565,7 @@
"num": 39 "num": 39
}, },
{ {
"global": 0,
"name": "40. Управление пином", "name": "40. Управление пином",
"type": "Writing", "type": "Writing",
"subtype": "ButtonOut", "subtype": "ButtonOut",
@@ -541,6 +580,7 @@
"num": 40 "num": 40
}, },
{ {
"global": 0,
"name": "41. Сервопривод", "name": "41. Сервопривод",
"type": "Writing", "type": "Writing",
"subtype": "IoTServo", "subtype": "IoTServo",
@@ -555,6 +595,7 @@
"num": 41 "num": 41
}, },
{ {
"global": 0,
"name": "42. Расширитель портов Mcp23017", "name": "42. Расширитель портов Mcp23017",
"type": "Reading", "type": "Reading",
"subtype": "Mcp23017", "subtype": "Mcp23017",
@@ -568,6 +609,7 @@
"num": 42 "num": 42
}, },
{ {
"global": 0,
"name": "43. MP3 плеер", "name": "43. MP3 плеер",
"type": "Reading", "type": "Reading",
"subtype": "Mp3", "subtype": "Mp3",
@@ -581,6 +623,7 @@
"num": 43 "num": 43
}, },
{ {
"global": 0,
"name": "44. Расширитель портов Pcf8574", "name": "44. Расширитель портов Pcf8574",
"type": "Reading", "type": "Reading",
"subtype": "Pcf8574", "subtype": "Pcf8574",
@@ -594,6 +637,7 @@
"num": 44 "num": 44
}, },
{ {
"global": 0,
"name": "45. PWM ESP8266", "name": "45. PWM ESP8266",
"type": "Writing", "type": "Writing",
"subtype": "Pwm8266", "subtype": "Pwm8266",
@@ -609,6 +653,7 @@
"num": 45 "num": 45
}, },
{ {
"global": 0,
"name": "46. Телеграм-Лайт", "name": "46. Телеграм-Лайт",
"type": "Writing", "type": "Writing",
"subtype": "TelegramLT", "subtype": "TelegramLT",
@@ -624,6 +669,7 @@
"header": "Экраны" "header": "Экраны"
}, },
{ {
"global": 0,
"name": "47. LCD экран 2004", "name": "47. LCD экран 2004",
"type": "Reading", "type": "Reading",
"subtype": "Lcd2004", "subtype": "Lcd2004",
@@ -654,6 +700,7 @@
"num": 48 "num": 48
}, },
{ {
"global": 0,
"name": "49. Strip ws2812b", "name": "49. Strip ws2812b",
"type": "Reading", "type": "Reading",
"subtype": "Ws2812b", "subtype": "Ws2812b",

View File

@@ -2,6 +2,7 @@
"menuSection": "Экраны", "menuSection": "Экраны",
"configItem": [{ "configItem": [{
"global": 0,
"name": "LCD экран 2004", "name": "LCD экран 2004",
"type": "Reading", "type": "Reading",
"subtype": "Lcd2004", "subtype": "Lcd2004",

View File

@@ -2,6 +2,7 @@
"menuSection": "Экраны", "menuSection": "Экраны",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Strip ws2812b", "name": "Strip ws2812b",
"type": "Reading", "type": "Reading",
"subtype": "Ws2812b", "subtype": "Ws2812b",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "ADS1115 Напряжение", "name": "ADS1115 Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "Ads1115", "subtype": "Ads1115",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "AHTXX Температура", "name": "AHTXX Температура",
"type": "Reading", "type": "Reading",
"subtype": "AhtXXt", "subtype": "AhtXXt",
@@ -15,6 +16,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "AHTXX Влажность", "name": "AHTXX Влажность",
"type": "Reading", "type": "Reading",
"subtype": "AhtXXh", "subtype": "AhtXXh",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [{ "configItem": [{
"global": 0,
"name": "Аналоговый сенсор", "name": "Аналоговый сенсор",
"type": "Reading", "type": "Reading",
"subtype": "AnalogAdc", "subtype": "AnalogAdc",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "BME280 Температура", "name": "BME280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bme280t", "subtype": "Bme280t",
@@ -14,6 +15,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "BME280 Давление", "name": "BME280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bme280p", "subtype": "Bme280p",
@@ -26,6 +28,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "BME280 Влажность", "name": "BME280 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Bme280h", "subtype": "Bme280h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "BMP280 Температура", "name": "BMP280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280t", "subtype": "Bmp280t",
@@ -14,6 +15,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "BMP280 Давление", "name": "BMP280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280p", "subtype": "Bmp280p",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "DHT11 Температура", "name": "DHT11 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122t", "subtype": "Dht1122t",
@@ -14,6 +15,7 @@
"senstype": "dht11" "senstype": "dht11"
}, },
{ {
"global": 0,
"name": "DHT11 Влажность", "name": "DHT11 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122h", "subtype": "Dht1122h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "DS18B20 Температура", "name": "DS18B20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Ds18b20", "subtype": "Ds18b20",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "EMON Ток", "name": "EMON Ток",
"type": "Reading", "type": "Reading",
"subtype": "I", "subtype": "I",
@@ -16,6 +17,7 @@
"multiply": 1 "multiply": 1
}, },
{ {
"global": 0,
"name": "EMON Напряжение", "name": "EMON Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "U", "subtype": "U",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Частотомер на ADC, Частота", "name": "Частотомер на ADC, Частота",
"type": "Reading", "type": "Reading",
"subtype": "FreqMeterF", "subtype": "FreqMeterF",
@@ -18,6 +19,7 @@
"int": 5 "int": 5
}, },
{ {
"global": 0,
"name": "Частотомер на ADC, Процент Пульсации", "name": "Частотомер на ADC, Процент Пульсации",
"type": "Reading", "type": "Reading",
"subtype": "FreqMeterPcFl", "subtype": "FreqMeterPcFl",
@@ -34,6 +36,7 @@
"int": 5 "int": 5
}, },
{ {
"global": 0,
"name": "Частотомер на ADC, Индекс Пульсации", "name": "Частотомер на ADC, Индекс Пульсации",
"type": "Reading", "type": "Reading",
"subtype": "FreqMeterFlIn", "subtype": "FreqMeterFlIn",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "GY21 Температура", "name": "GY21 Температура",
"type": "Reading", "type": "Reading",
"subtype": "GY21t", "subtype": "GY21t",
@@ -13,6 +14,7 @@
"int": 15 "int": 15
}, },
{ {
"global": 0,
"name": "GY21 Влажность", "name": "GY21 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "GY21h", "subtype": "GY21h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "HDC1080 Температура", "name": "HDC1080 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080t", "subtype": "Hdc1080t",
@@ -14,6 +15,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "HDC1080 Влажность", "name": "HDC1080 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080h", "subtype": "Hdc1080h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Wiegand Считыватель", "name": "Wiegand Считыватель",
"type": "Reading", "type": "Reading",
"subtype": "IoTWiegand", "subtype": "IoTWiegand",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "MAX6675 Температура", "name": "MAX6675 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Max6675t", "subtype": "Max6675t",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "MHZ-19 CO2 UART", "name": "MHZ-19 CO2 UART",
"type": "Reading", "type": "Reading",
"subtype": "Mhz19uart", "subtype": "Mhz19uart",
@@ -20,6 +21,7 @@
"ABC": 1 "ABC": 1
}, },
{ {
"global": 0,
"name": "MHZ-19 CO2 PWM", "name": "MHZ-19 CO2 PWM",
"type": "Reading", "type": "Reading",
"subtype": "Mhz19pwm", "subtype": "Mhz19pwm",
@@ -36,6 +38,7 @@
"int": 300 "int": 300
}, },
{ {
"global": 0,
"name": "MHZ-19 Температура UART", "name": "MHZ-19 Температура UART",
"type": "Reading", "type": "Reading",
"subtype": "Mhz19temp", "subtype": "Mhz19temp",

View File

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

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [{ "configItem": [{
"global": 0,
"name": "Сканер кнопок 433 MHz", "name": "Сканер кнопок 433 MHz",
"num": 31, "num": 31,
"type": "Reading", "type": "Reading",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "SDS011 PM25 Пыль", "name": "SDS011 PM25 Пыль",
"type": "Reading", "type": "Reading",
"subtype": "Sds011_25", "subtype": "Sds011_25",
@@ -21,6 +22,7 @@
"retryDelayMs": 5 "retryDelayMs": 5
}, },
{ {
"global": 0,
"name": "SDS011 PM10 Пыль", "name": "SDS011 PM10 Пыль",
"type": "Reading", "type": "Reading",
"subtype": "Sds011_10", "subtype": "Sds011_10",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Sht20 Температура", "name": "Sht20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht20t", "subtype": "Sht20t",
@@ -13,6 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "Sht20 Влажность", "name": "Sht20 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht20h", "subtype": "Sht20h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Sht30 Температура", "name": "Sht30 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht30t", "subtype": "Sht30t",
@@ -13,6 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"global": 0,
"name": "Sht30 Влажность", "name": "Sht30 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht30h", "subtype": "Sht30h",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "HC-SR04 Ультразвуковой дальномер", "name": "HC-SR04 Ультразвуковой дальномер",
"num": 1, "num": 1,
"type": "Reading", "type": "Reading",

View File

@@ -2,6 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "UART", "name": "UART",
"type": "Reading", "type": "Reading",
"subtype": "UART", "subtype": "UART",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "График", "name": "График",
"type": "Writing", "type": "Writing",
"subtype": "Loging", "subtype": "Loging",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "График дневного расхода", "name": "График дневного расхода",
"type": "Writing", "type": "Writing",
"subtype": "LogingDaily", "subtype": "LogingDaily",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Таймер", "name": "Таймер",
"type": "Writing", "type": "Writing",
"subtype": "Timer", "subtype": "Timer",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Виртуальная кнопка", "name": "Виртуальная кнопка",
"type": "Reading", "type": "Reading",
"subtype": "VButton", "subtype": "VButton",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"global": 0,
"name": "Окно ввода числа (переменная)", "name": "Окно ввода числа (переменная)",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -15,6 +16,7 @@
"num": 2 "num": 2
}, },
{ {
"global": 0,
"name": "Окно ввода времени", "name": "Окно ввода времени",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -28,6 +30,7 @@
"num": 3 "num": 3
}, },
{ {
"global": 0,
"name": "Окно ввода даты", "name": "Окно ввода даты",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
@@ -41,6 +44,7 @@
"num": 4 "num": 4
}, },
{ {
"global": 0,
"name": "Окно ввода текста", "name": "Окно ввода текста",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",