Skip to main content
Skip table of contents

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
$ curl http://IP_ADDRESS:8080>/api/hibernate/hibernate/{timespan}

/hibernate/cancel

Function

Cancel the hibernation sequence.

Method

Get

Response

Status code 200, for an completed operation being preformed.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/hibernate/hibernate/cancel

/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
$ curl http://IP_ADDRESS:8080>/api/hibernate/hibernate/timeremaining
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.