Skip to content

Commit

Permalink
fix(config): disable Supervision for Alfred DB1 Digital Deadbolt Lock (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Jan 22, 2024
1 parent fe70516 commit f712ece
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x021d/db1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,16 @@
"exclusion": "-Follow the user guide of hub to enter exclusion mode.\n-Operate on lock following guide below:\n1.Enter master mode(refer to programming instruction)\n2.Input “8” to enter “function extension settings”\n3.Input “2” to log off a network",
"reset": "※Please use this procedure only when the network primary controller is missing or inoperable.\n-Operations on lock\n1.Open the door and keep the lock in \"unlock\" status\n2.Open battery box and find the reset button. \n3.Use a sharp thing to press and hold the reset button.\n4.Keep holding the reset button and remove a battery from battery box then replace it.\n5.Keep holding the reset button until hearing voice guide",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3373/Alfred%20Z-Wave%20Plus%20System%20Integrators%20Guide(DB1)%20V1.2.pdf"
},
"compat": {
"commandClasses": {
"remove": {
// The device has a bug where it stays awake after receiving a Supervision Get command
// with "request updates" set to true, which quickly drains the battery.
"Supervision": {
"endpoints": "*"
}
}
}
}
}

0 comments on commit f712ece

Please sign in to comment.