simplisafe_set_lock_state
Lock or unlock a SimpliSafe smart lock. Confirmation is required to execute the action; without confirmation, a dry-run preview is returned.
Instructions
Lock or unlock a SimpliSafe smart lock. CONFIRM-GATED — without confirm: true nothing is sent and you get a dry-run preview. Unlocking physically opens a door lock, so it is gated even though it is technically reversible. After executing, the result is verified by re-reading the lock state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | No | System id. Optional when the account has exactly one system; required when it has several. | |
| state | Yes | Target: lock or unlock. | |
| serial | Yes | Lock serial, from simplisafe_list_locks. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |