We completely rebuilt the API Docs. Be one of the first to have a look at the new beta version
- General
- Authorization
- Programs and Options
- States
- Settings
- Power State
- Temperature Unit
- Liquid Volume Unit
- 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.Setting.LiquidVolumeUnit
Description
This setting describes the liquid volume unit of the home appliance. Please note that this setting isn't supported by all appliances. If the feature isn't returned then it can be assumed that the appliance is set to MiliLiter.
Data type
Enumeration
Possible values
- FluidOunces
Key: BSH.Common.EnumType.LiquidVolumeUnit.FluidOunces
Description: fl.ounces - MilliLiter
Key: BSH.Common.EnumType.LiquidVolumeUnit.MilliLiter
Description: ml
Availability
FluidOunces | |
MilliLiter |
Example
GET /api/homeappliances/{haid}/settings/BSH.Common.Setting.LiquidVolumeUnit
{
"data": {
"key": "BSH.Common.Setting.LiquidVolumeUnit",
"value": "BSH.Common.EnumType.LiquidVolumeUnit.MilliLiter",
"type": "BSH.Common.EnumType.LiquidVolumeUnit",
"constraints": {
"allowedvalues": [
"BSH.Common.EnumType.LiquidVolumeUnit.FluidOunces",
"BSH.Common.EnumType.LiquidVolumeUnit.MilliLiter"
],
"access": "readWrite"
}
}
}