Server - MiguelRipoll23/homebridge-securitysystem GitHub Wiki
After enabling this feature, you can call these endpoints:
Method | Endpoint | Description |
---|---|---|
GET | /status | Gets current status from the security system. |
GET | /home | Changes current security system mode to home. |
GET | /away | Changes current security system mode to away. |
GET | /night | Changes current security system mode to night. |
GET | /off | Changes current security system mode to off. |
GET | /triggered | Changes current security system mode to triggered. |
GET | /arming-lock/mode/on | Enables arming lock to prevent arming. |
Note: use global
as mode to enable or disable globally.
Parameter | Description | Default |
---|---|---|
code | Code used to authorize your request. | null |
delay | Add delay to arm or trigger the security system. | false |