Update Weather Sensor Logging
This commit is contained in:
@@ -26,3 +26,15 @@ The Amcrest AD410 doorbell camera expects to have an internet connection to use
|
||||
```shellscript
|
||||
$ curl -X POST --digest -u admin:{password} -v 'http://{camera_ip}/cgi-bin/configManager.cgi?action=setConfig&VSP_PaaS.Online=true'
|
||||
```
|
||||
|
||||
## Security States
|
||||
|
||||
The security state machine uses the following arming states:
|
||||
| Arming State | Trigger | Description |
|
||||
| --- | --- | --- |
|
||||
| `armed_home` | Manual | Manually set state |
|
||||
| `armed_away` | House Presence Change | Automatically set when the house presence is set to `Away` |
|
||||
| `armed_vacation` | House Presence Change | Automatically set when the house presence is `Extended Away` |
|
||||
| `armed_night` | Timed | Sundown to Sunup when home |
|
||||
|
||||
The `armed_home` and `armed_night` modes enable
|
||||
Reference in New Issue
Block a user