Key
BSH.Common.Status.Video.CameraState
Description
This status describes the camera state of the home appliance. Please note that this status is only returned by home appliances which are equipped with a streaming camera.
Data type
Enumeration
Possible values
- Disabled
Key: BSH.Common.EnumType.Video.CameraState.Disabled - Sleeping
Key: BSH.Common.EnumType.Video.CameraState.Sleeping - Ready
Key: BSH.Common.EnumType.Video.CameraState.Ready - StreamingLocal
Key: BSH.Common.EnumType.Video.CameraState.StreamingLocal - StreamingCloud
Key: BSH.Common.EnumType.Video.CameraState.StreamingCloud - StreamingLocalAndCloud
Key: BSH.Common.EnumType.Video.CameraState.StreamingLocalAndCloud - Error
Key: BSH.Common.EnumType.Video.CameraState.Error
Availability
Disabled | |||||||||
Sleeping | |||||||||
Ready | |||||||||
StreamingLocal | |||||||||
StreamingCloud | |||||||||
StreamingLocalAndCloud | |||||||||
Error |
Example
GET /api/homeappliances/{haid}/status/BSH.Common.Status.Video.CameraState
{
"data": {
"key": "BSH.Common.Status.Video.CameraState",
"value": "BSH.Common.EnumType.Video.CameraState.StreamingCloud"
}
}