mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
убрал лишнее из config json
This commit is contained in:
@@ -1,280 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "ButtonOut",
|
|
||||||
"id": "btn1",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 13,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "PwmOut",
|
|
||||||
"id": "pwm1",
|
|
||||||
"widget": "range",
|
|
||||||
"page": "Регуляторы",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 14,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "ButtonIn",
|
|
||||||
"id": "btn",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 12,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "OutputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "anydataRed",
|
|
||||||
"page": "Предупреждения",
|
|
||||||
"descr": "Статус"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "InputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "inputDgt",
|
|
||||||
"page": "Лимиты",
|
|
||||||
"descr": "Порог"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "t",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "p",
|
|
||||||
"widget": "anydataMm",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Давление"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "h",
|
|
||||||
"widget": "anydataHum",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Влажность",
|
|
||||||
"int": 10,
|
|
||||||
"addr": "0x78"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t1",
|
|
||||||
"widget": "anydataDef",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t2",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 15
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "ButtonOut",
|
|
||||||
"id": "btn1",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 13,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "PwmOut",
|
|
||||||
"id": "pwm1",
|
|
||||||
"widget": "range",
|
|
||||||
"page": "Регуляторы",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 14,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "ButtonIn",
|
|
||||||
"id": "btn",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 12,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "OutputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "anydataRed",
|
|
||||||
"page": "Предупреждения",
|
|
||||||
"descr": "Статус"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "InputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "inputDgt",
|
|
||||||
"page": "Лимиты",
|
|
||||||
"descr": "Порог"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "t",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "p",
|
|
||||||
"widget": "anydataMm",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Давление"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "h",
|
|
||||||
"widget": "anydataHum",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Влажность",
|
|
||||||
"int": 10,
|
|
||||||
"addr": "0x78"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t1",
|
|
||||||
"widget": "anydataDef",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t2",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 15
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "ButtonOut",
|
|
||||||
"id": "btn1",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 13,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Variable",
|
|
||||||
"subtype": "PwmOut",
|
|
||||||
"id": "pwm1",
|
|
||||||
"widget": "range",
|
|
||||||
"page": "Регуляторы",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 14,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "ButtonIn",
|
|
||||||
"id": "btn",
|
|
||||||
"widget": "toggle",
|
|
||||||
"page": "Кнопки",
|
|
||||||
"descr": "Освещение",
|
|
||||||
"gpio": 12,
|
|
||||||
"inv": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "OutputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "anydataRed",
|
|
||||||
"page": "Предупреждения",
|
|
||||||
"descr": "Статус"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "InputValue",
|
|
||||||
"id": "txt",
|
|
||||||
"widget": "inputDgt",
|
|
||||||
"page": "Лимиты",
|
|
||||||
"descr": "Порог"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "t",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "p",
|
|
||||||
"widget": "anydataMm",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Давление"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "Bme280",
|
|
||||||
"id": "h",
|
|
||||||
"widget": "anydataHum",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Влажность",
|
|
||||||
"int": 10,
|
|
||||||
"addr": "0x78"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t1",
|
|
||||||
"widget": "anydataDef",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Reading",
|
|
||||||
"subtype": "AnalogAdc",
|
|
||||||
"id": "t2",
|
|
||||||
"widget": "anydataTmp",
|
|
||||||
"page": "Сенсоры",
|
|
||||||
"descr": "Температура",
|
|
||||||
"pin": 0,
|
|
||||||
"int": 15
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Variable",
|
"type": "Variable",
|
||||||
"subtype": "ButtonOut",
|
"subtype": "ButtonOut",
|
||||||
|
|||||||
Reference in New Issue
Block a user