- General
- Authorization
- Programs and Options
- States
- Settings
- Power State
- Setpoint Temperature Refrigerator
- Setpoint Temperature Freezer
- Setpoint Temperature Bottle Cooler
- Setpoint Temperature Chiller
- Setpoint Temperature Wine Comp.
- Super Mode Refrigerator
- Super Mode Freezer
- Eco Mode
- Sabbath Mode
- Vacation Mode
- Fresh Mode
- Current Map
- Names of Maps
- Functional Light
- Functional Light Brightness
- Ambient Light
- Ambient Light Brightness
- Ambient Light Color
- Ambient Light Custom Color
- Events
- Commands
Cooking | |||||
---|---|---|---|---|---|
Cleaning | |||||
Cooling |
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"
}
}