unlock_door
Unlock a Kwikset door by specifying the device ID and passing confirm=true to authorize the physical unlock action.
Instructions
Unlock a Kwikset door. This is a physical-security-sensitive action - only call this after the user has explicitly asked to unlock this specific door, and pass confirm=true. Calling with confirm=false (the default) is a no-op that returns a reminder instead of unlocking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually unlock the door. | |
| device_id | Yes | A lock's device_id, from list_locks |