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

97 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-C",
"description": "Flood Sensor",
"devices": [
{
"productType": "0x0002",
"productId": "0x0021"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set OFF Level",
"description": "Setting the BASIC command value",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "2",
"label": "Basic Set ON Level",
"description": "Setting the BASIC command value",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "5",
"label": "Operation Mode",
"description": "Operation mode. Using bit to control.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Flood function is enabled",
"value": 32
},
{
"label": "Flood function is disabled",
"value": 33
}
]
},
{
"#": "7",
"label": "Customer Function",
"description": "Parameter to set the sensor functions",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "10",
"label": "Auto Report Battery Time",
"description": "The interval time for auto report the battery level.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "15",
"label": "Auto Report Flood Time",
"description": "The interval time for auto report the flood state.",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 12
},
{
"#": "20",
"label": "Auto Report Tick Interval",
"description": "The interval time for auto reporting each tick.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
}
]
}