HibernateController
Last updated: 2025/3/7 10:55:12 | ||
Path To | Name | Description/Function |
/api/hibernate | /hibernate/{timespan} | Tell the camera to hibernate for an amount of time. |
/api/hibernate | /hibernate/cancel | Cancel the hibernation sequence. |
/api/hibernate | /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 |
Response | An amount of time to hibernate. |
Example |
CODE
|
/hibernate/cancel
Function | Cancel the hibernation sequence. |
---|---|
Method | Get |
Response | Status code 200, for an completed operation being preformed. |
Example |
CODE
|
/hibernate/timeremaining
Function | Get the amount of time before the camera hibernates. |
---|---|
Method | Get |
Response | The amount of time until the camera hibernates. |
Example |
CODE
|