zwave-js/.config-db/devices/0x0097/multisensor.json

82 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Wintop",
"manufacturerId": "0x0097",
"label": "Multisensor",
"description": "Multisensor",
"devices": [
{
"productType": "0x1180",
"productId": "0x5501"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Set to Default",
"description": "Set all config values to default values (factory settings).",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "2",
"label": "Mode Timeout",
"description": "The time used in mode 2 to turn the sensor off .",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 3600,
"defaultValue": 900
},
{
"#": "3",
"label": "Switch Off Time",
"description": "Switch off time starts after timeout.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 7200,
"defaultValue": 2700
},
{
"#": "4",
"label": "Sensitivity",
"description": "The sensitivity of the motion circuit",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 80
},
{
"#": "5",
"label": "Mode",
"description": "The mode that is entered after detection",
"valueSize": 1,
"minValue": 1,
"maxValue": 3,
"defaultValue": 2
},
{
"#": "6",
"label": "Temperature Offset",
"description": "An offset for the temperature.",
"valueSize": 2,
"minValue": -10,
"maxValue": 10,
"defaultValue": 0
}
]
}