zwave-js/.config-db/devices/0x0000/yrl220.json

143 lines
2.7 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Sigma Designs (Former Zensys)",
"manufacturerId": "0x0000",
"label": "YRL220",
"description": "Yale Real Living Touchscreen Lever Lock",
"devices": [
{
"productType": "0x0001",
"productId": "0x0409"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Alarm Reports",
"description": "Alarm reports are sent out to all devices in the association group",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Audio Volume",
"description": "Sets the volume level of the beeps and voice prompts",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Silent",
"value": 1
},
{
"label": "Low",
"value": 2
},
{
"label": "High",
"value": 3
}
]
},
{
"#": "2",
"label": "Auto Re-Lock",
"description": "When enabled, the unit will automatically re-lock",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 255
}
]
},
{
"#": "3",
"label": "Re-Lock Time",
"description": "Time after unlocking that the device will lock",
"valueSize": 1,
"unit": "seconds",
"minValue": 5,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "4",
"label": "Wrong Code Entry Limit",
"description": "The number of invalid tries before the lock shutdowns and sends an alarm",
"valueSize": 1,
"minValue": 1,
"maxValue": 7,
"defaultValue": 5
},
{
"#": "5",
"label": "Language",
"description": "Language used by the voice prompts",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "English",
"value": 1
},
{
"label": "Spanish",
"value": 2
},
{
"label": "French",
"value": 3
}
]
},
{
"#": "7",
"label": "Shutdown Time",
"description": "Number of times the device is locked out after the invalid retries are exceeded",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "8",
"label": "Operating Mode",
"description": "Sets if the unit operates normal, or disables keypad and Z-Wave lock/unlock",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "Vacation mode",
"value": 1
},
{
"label": "Privacy mode",
"value": 2
}
]
}
]
}