Skip to main content
Skip table of contents

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

Response

None

/hibernate/cancel

Function

Cancel the hibernation sequence.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/hibernation/hibernate/cancel

Response

None

/hibernate/timeremaining

Function

Get the amount of time before the camera hibernates.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/hibernation/hibernate/timeremaining

Response

The amount of time until the camera hibernates.

Response Type

TimeSpan

Response Example

CODE
00:05:00

JavaScript errors detected

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

If this problem persists, please contact our support.