Hibernation Commands
Last updated: 2025/5/22 18:8:15 | ||
Path To | Name | Description/Function |
/api/hibernation | /hibernate/{timespan} | Tell the camera to hibernate for an amount of time. |
/api/hibernation | /hibernate/cancel | Cancel the hibernation sequence. |
/api/hibernation | /hibernate/timeremaining | Get the amount of time before the camera hibernates. |
/hibernate/{timespan}
Function | Tell the camera to hibernate for an amount of time. |
|---|---|
Method | Get |
Example |
CODE
|
Response | None |
/hibernate/cancel
Function | Cancel the hibernation sequence. |
|---|---|
Method | Get |
Example |
CODE
|
Response | None |
/hibernate/timeremaining
Function | Get the amount of time before the camera hibernates. |
|---|---|
Method | Get |
Example |
CODE
|
Response | The amount of time until the camera hibernates. |
Response Type | TimeSpan |
Response Example |
CODE
|