zwave-js/.config-db/devices/0x013c/pat02-b.json

92 lines
1.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PAT02-B",
"description": "Z-Wave Room Sensor",
"devices": [
{
"productType": "0x0002",
"productId": "0x0020"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "5",
"label": "Operation Mode",
"description": "set Operation Mode using bit to control",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "7",
"label": "Customer Function",
"description": "Customer Function switch using bit control",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "10",
"label": "Auto Report Battery Time",
"description": "The interval time for auto reporting the battery level.",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "13",
"label": "Auto Report Temperature Time",
"description": "The interval time for auto reporting the temperature state.",
"valueSize": 1,
"minValue": 1,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "14",
"label": "Auto Report Humidity Time",
"description": "The interval time for auto reporting the humidity state.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 0
},
{
"#": "20",
"label": "Auto Report Tick Interval",
"description": "The interval time for auto report each tick.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "21",
"label": "Temperature Differential Report",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 0
},
{
"#": "23",
"label": "Humidity Differential Report",
"valueSize": 1,
"minValue": 0,
"maxValue": 60,
"defaultValue": 5
}
]
}