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

109 lines
2.2 KiB
JSON

{
"manufacturer": "Wintop",
"manufacturerId": "0x0097",
"label": "MINI KEYPAD RFID",
"description": "Keypad with Alarm Activation RFID Tag",
"devices": [
{
"productType": "0x6131",
"productId": "0x4101"
},
{
"productType": "0x6131",
"productId": "0x4501"
},
{
"productType": "0x6131",
"productId": "0x5501"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Association",
"description": "The Association Command Class is used to associate the TagReader to other devices. When a tag or code is read, the TagReader will send a notification to the Z-Wave devices in its association group. It will also report the state of the tamper alarm to the",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Set to Default",
"description": "Set all configuration to factory settings",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Reset to default factory",
"value": 255
}
]
},
{
"#": "2",
"label": "Feedback Time",
"description": "To configure the time the beep is automatically turned off in seconds.",
"valueSize": 1,
"defaultValue": 15,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Endless",
"value": 255
},
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "3",
"label": "Feedback Timeout",
"description": "Timeout beep",
"valueSize": 1,
"minValue": -128,
"maxValue": 127,
"defaultValue": 0
},
{
"#": "4",
"label": "Feedback Beeps Per Second",
"description": "To configure the number of beeps per second. Every beep is fixed about 10ms.",
"valueSize": 1,
"unit": "ms",
"minValue": -128,
"maxValue": 127,
"defaultValue": 2
},
{
"#": "5",
"label": "Operating Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Normal operating mode",
"value": 1
},
{
"label": "Normal operating mode (Like 1)",
"value": 2
},
{
"label": "Z-Wave chip is always on to request",
"value": 3
}
]
}
]
}