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

110 lines
2.1 KiB
JSON

{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZSE09",
"description": "Motion and Light Mini Sensor",
"devices": [
{
"productType": "0x0003",
"productId": "0x0083"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Motion Sensitivity",
"description": "8 = high; 255 = low",
"valueSize": 1,
"minValue": 8,
"maxValue": 255,
"defaultValue": 12,
"unsigned": true
},
{
"#": "2",
"label": "Re-Trigger Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 5,
"maxValue": 600,
"defaultValue": 30
},
{
"#": "3",
"$import": "templates/zooz_template.json#trigger_action"
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable_255",
"label": "Motion Detection",
"defaultValue": 255
},
{
"#": "5",
"label": "Light Trigger Level",
"description": "Max Light level which enables motion trigger",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 100
},
{
"#": "6",
"label": "Motion Trigger Interval",
"description": "Minimum time between motion triggers.",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 8,
"defaultValue": 8
},
{
"#": "7",
"label": "Light Polling Interval",
"description": "Interval between light level reporting",
"valueSize": 2,
"unit": "seconds",
"minValue": 60,
"maxValue": 36000,
"defaultValue": 180,
"unsigned": true
},
{
"#": "8",
"label": "Light Trigger",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 255
}
]
},
{
"#": "9",
"$import": "~/templates/master_template.json#base_0-255_nounit",
"label": "Light Reporting Threshold",
"unit": "lux",
"defaultValue": 255,
"unsigned": true
},
{
"#": "10",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "LED Notifications",
"defaultValue": 1
}
]
}