mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
38 lines
863 B
JSON
38 lines
863 B
JSON
[
|
|
{
|
|
"name": "Датчик пыли SDS011 PM25",
|
|
"num": 18,
|
|
"type": "Reading",
|
|
"subtype": "Sds011_25",
|
|
"id": "pmuart25",
|
|
"widget": "anydataPpm",
|
|
"page": "Сенсоры",
|
|
"descr": "PM-2.5",
|
|
"plus": 0,
|
|
"multiply": 1,
|
|
"round": 10,
|
|
"rxPin": 13,
|
|
"txPin": 12,
|
|
"int": 15,
|
|
"warmUp": 30,
|
|
"period": 300
|
|
},
|
|
{
|
|
"name": "Датчик пыли SDS011 PM10",
|
|
"num": 19,
|
|
"type": "Reading",
|
|
"subtype": "Sds011_10",
|
|
"id": "pmuart10",
|
|
"widget": "anydataPpm",
|
|
"page": "Сенсоры",
|
|
"descr": "PM-10",
|
|
"plus": 0,
|
|
"multiply": 1,
|
|
"round": 10,
|
|
"rxPin": 13,
|
|
"txPin": 12,
|
|
"int": 15,
|
|
"warmUp": 30,
|
|
"period": 300
|
|
}
|
|
] |