zwave-js/.config-db/devices/0x0131/zp3102.json
2025-01-10 22:05:04 -08:00

57 lines
1,016 B
JSON

{
"manufacturer": "Zipato",
"manufacturerId": "0x0131",
"label": "ZP3102",
"description": "Multi Sensor Dual: Motion and Temperature Sensor",
"devices": [
{
"productType": "0x2002",
"productId": "0x0205"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "On Time in Minutes",
"description": "Delay before sending OFF",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 3,
"unsigned": true
},
{
"#": "2",
"label": "Temperature Unit",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 1
}
]
},
{
"#": "3",
"label": "Infrared Sensor Sensitivity Adjustment",
"description": "1 is most sensitive, 7 is least",
"valueSize": 1,
"minValue": 1,
"maxValue": 7,
"defaultValue": 4
}
],
"compat": {
"mapBasicSet": "auto"
}
}