zwave-js/.config-db/devices/0x0373/id-150.json
2025-01-10 22:05:04 -08:00

287 lines
4.9 KiB
JSON

{
"manufacturer": "ID Lock AS",
"manufacturerId": "0x0373",
"label": "ID-150",
"description": "Z Wave Module for ID Lock 150 and 101",
"devices": [
{
"productType": "0x0003",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Door Lock Mode",
"description": "Set if the lock is in away mode and if automatic locking should be enabled",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable away manual lock",
"value": 0
},
{
"label": "Disable away auto lock",
"value": 1
},
{
"label": "Enable away manual lock",
"value": 2
},
{
"label": "Enable away auto lock",
"value": 3
}
]
},
{
"#": "2",
"$if": "firmwareVersion >= 1.6",
"label": "RFID Mode",
"valueSize": 1,
"defaultValue": 5,
"allowManualEntry": false,
"options": [
{
"label": "RFID activated",
"value": 5
},
{
"label": "RFID deactivated",
"value": 9
}
]
},
{
"#": "3",
"label": "Door Hinge Position Mode",
"description": "Tell the lock which side your hinges are on",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Right handle",
"value": 0
},
{
"label": "Left handle",
"value": 1
}
]
},
{
"#": "4",
"label": "Door Audio Volume Level",
"description": "Set the Audio Volume Level of the Lock",
"valueSize": 1,
"defaultValue": 5,
"allowManualEntry": false,
"options": [
{
"label": "No sound",
"value": 0
},
{
"label": "Level 1",
"value": 1
},
{
"label": "Level 2",
"value": 2
},
{
"label": "Level 3",
"value": 3
},
{
"label": "Level 4",
"value": 4
},
{
"label": "Level 5",
"value": 5
},
{
"label": "Maximum",
"value": 6
}
]
},
{
"#": "5",
"label": "Door ReLock Mode",
"description": "Sets if the door should relock or not",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
{
"#": "6",
"$if": "firmwareVersion <= 1.5",
"label": "Service PIN Mode",
"description": "Sets the validity of the service PIN",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Deactivated",
"value": 0
},
{
"label": "Valid 1 time",
"value": 1
},
{
"label": "Valid 2 times",
"value": 2
},
{
"label": "Valid 5 times",
"value": 3
},
{
"label": "Valid 10 times",
"value": 4
},
{
"label": "Valid for 12h",
"value": 8
},
{
"label": "Valid for 24h",
"value": 9
}
]
},
{
"#": "6",
"$if": "firmwareVersion >= 1.6",
"label": "Service PIN Mode",
"description": "Sets the validity of the service PIN",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Deactivated",
"value": 0
},
{
"label": "Valid 1 time",
"value": 1
},
{
"label": "Valid 2 times",
"value": 2
},
{
"label": "Valid 5 times",
"value": 3
},
{
"label": "Valid 10 times",
"value": 4
},
{
"label": "Generate random PIN 1x use",
"value": 5
},
{
"label": "Generate random PIN 24h use",
"value": 6
},
{
"label": "Always valid",
"value": 7
},
{
"label": "Valid for 12h",
"value": 8
},
{
"label": "Valid for 24h",
"value": 9
},
{
"label": "Disabled",
"value": 254
}
]
},
{
"#": "7",
"label": "Door Lock Model Type",
"description": "Sends information if the model of the lock is 101 or 150",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0,
"readOnly": true
},
{
"#": "8",
"$if": "firmwareVersion >= 1.6",
"label": "Updater Mode",
"description": "Enables use of the Updater app",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled (No sound)",
"value": 0
},
{
"label": "Enabled (No sound)",
"value": 1
},
{
"label": "Disabled",
"value": 2
},
{
"label": "Enabled",
"value": 3
}
]
},
{
"#": "9",
"$if": "firmwareVersion >= 1.6",
"label": "Master PIN Unlock Mode",
"description": "Configures if the Master PIN can unlock",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
}
]
}