zwave-js/.config-db/devices/0x015f/mh10-pm2_5-wa_wd.json

99 lines
1.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH10-PM2.5-WA/WD",
"description": "PM2.5 Monitor (Zwave Plus)",
"devices": [
{
"productType": "0x0a01",
"productId": "0x5102"
},
{
"productType": "0x0a02",
"productId": "0x5102"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "2",
"label": "PM2.5 Report Interval",
"description": "=0 report disabled, ≥10 report when change ≥n*0.1μg/m³",
"valueSize": 1,
"unit": "0.1μg/m³",
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true,
"options": [
{
"label": "Report disabled",
"value": 0
},
{
"label": "Report every whole 1μg/m³ change",
"value": 10
}
]
},
{
"#": "3",
"label": "Temperature Report Interval",
"description": "=0 report disabled, ≥10 report when change ≥n*0.1μg/m³",
"valueSize": 1,
"unit": "0.5 °C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true,
"options": [
{
"label": "Report disabled",
"value": 0
},
{
"label": "Report if changed 0.5℃",
"value": 1
}
]
},
{
"#": "4",
"label": "Humidity Report Interval",
"description": "=0 report disabled, ≥10 report when change ≥n*0.1μg/m³",
"valueSize": 1,
"unit": "2%",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "255",
"label": "Factory Setting",
"description": "85 (0x55) to restore factory setting",
"valueSize": 1,
"defaultValue": 0,
"writeOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Normal operation",
"value": 0
},
{
"label": "Reset to factory settings",
"value": 85
}
]
}
],
"compat": {
// The device reports in a different scale than it reports support for
"disableStrictMeasurementValidation": true
}
}