zwave-js/.config-db/devices/0x0258/nas-pd07z.json

157 lines
3 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
"manufacturerId": "0x0258",
"label": "NAS-PD07Z",
"description": "5 in 1 PIR Motion Sensor",
"devices": [
{
"productType": "0x0010",
"productId": "0x0720"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "templates/shenzhen_neo_template.json#blink_on_motion"
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Motion Detection",
"defaultValue": 1
},
{
"#": "3",
"$import": "templates/shenzhen_neo_template.json#motion_prevent_retrigger"
},
{
"#": "5",
"label": "Motion Sensor Sensitivity",
"valueSize": 1,
"minValue": 0,
"maxValue": 15,
"defaultValue": 2
},
{
"#": "8",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"unit": "0.1 °C/F",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "9",
"label": "Humidity Change Report Threshold",
"valueSize": 1,
"unit": "0.1 %",
"minValue": 0,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "10",
"label": "Luminance Change Report Threshold",
"valueSize": 1,
"unit": "lux",
"minValue": 0,
"maxValue": 120,
"defaultValue": 50
},
{
"#": "11",
"label": "Association Group 2: Basic Set Level",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 100
}
]
},
{
"#": "12",
"label": "Basic Set Off Delay Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 30
},
{
"#": "13",
"label": "Motion Clear Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 1,
"maxValue": 30000,
"defaultValue": 30
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Require Luminance Change for Basic Sets on Motion",
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
},
{
"#": "14",
"label": "Luminance Threshold for Basic Sets",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 50
},
{
"#": "15",
"label": "Sensor Report Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 180
},
{
"#": "6",
"label": "Temperature Offset Value",
"valueSize": 1,
"unit": "0.1 °C/F",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "7",
"label": "Humidity Offset Value",
"valueSize": 1,
"unit": "0.1 %",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "99",
"label": "Light Intensity Offset Value",
"description": "See manual for details",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 5320
}
]
}