The following list contains all washer programs, which are supported by the API. Please note that not all programs are supported for a specific washer model. Therefore, we recommend to use the available program interface to check the program availability.
LaundryCare.Washer.Program.Cotton
For cleaning cotton or linen clothing with normal to heavy soiling. (Max. load. If Speed Perfect function is selected: 5 kg).
LaundryCare.Washer.Program.EasyCare
For washing easy-care laundry made from synthetic or mixed fibres, such as polyamide and polyester. (Max. load: 4.0 kg).
LaundryCare.Washer.Program.Mix
For cleaning different fabrics (cottons, synthetic and mixed fibres) in the same laundry load. Suitable for laundry with light to normal soiling. (Max. load: 4.0 kg).
LaundryCare.Washer.Program.DelicatesSilk
For cleaning delicate fabrics such as silk, satin and viscose. Reduced spin for optimal fabric care. It is recommended to use a mild detergent. (Max. load: 2.0 kg).
LaundryCare.Washer.Program.Wool
For gentle washing of items made from wool, such as cashmere and sheep's wool. Reduced drum movement to prevent felting and shrinking. Particularly gentle, can be used in place of hand-washing. It is recommended to use a detergent specifically for woollens. (Max. load: 2.0 kg)
LaundryCare.Washer.Program.Sensitive
Optimised programme for allergy sufferers. Washes cotton and linen items. Effectively removes pollen and other allergens. (Max. load: 7 kg; if Speed Perfect function selected: 5 kg)
LaundryCare.Washer.Program.Auto30
For cleaning different fabrics (cottons, synthetic fibres) in the same laundry load. The programme automatically detects the type of fabric and the degree of soiling. The washing time, volume of water and spin profile are adjusted accordingly. (Max. load: 3.5 kg)
LaundryCare.Washer.Program.Auto40
For cleaning different fabrics (cottons, synthetic fibres) in the same laundry load. The programme automatically detects the type of fabric and the degree of soiling. The washing time, volume of water and spin profile are adjusted accordingly. (Max. load: 6.0 kg)
LaundryCare.Washer.Program.Auto60
For cleaning different fabrics (cottons, synthetic fibres) in the same laundry load. The programme automatically detects the type of fabric and the degree of soiling. The washing time, volume of water and spin profile are adjusted accordingly. (Max. load: 6.0 kg)
LaundryCare.Washer.Program.Chiffon
For cleaning delicate items made from chiffon. Reduced spin for optimal fabric care. It is recommended to use a mild detergent. (Max. load: 2.0 kg)
LaundryCare.Washer.Program.Curtains
For cleaning heavy and light curtains or blinds. Reduced spin for preventing wrinkles. It is recommended to use a special detergent. (Max. load: 3.5 kg)
LaundryCare.Washer.Program.DarkWash
For gentle washing of dark-coloured laundry, such as jeans. Turn garments inside-out before washing. Reduced spin for preventing colour fade. We recommend the use of a liquid detergent. (Max. load: 3.5 kg)
LaundryCare.Washer.Program.Dessous
For gentle washing of delicate items made from velvet, lace, Lycra, silk or satin. We recommend the use of a mild detergent. (Max. load: 1.0 kg)
LaundryCare.Washer.Program.Monsoon
For cleaning rain-soaked fabrics made from cotton, synthetic fibres and mixed fabrics. Reliably removes dust and sand. Reduces any remaining moisture thanks to a special spinning cycle.
LaundryCare.Washer.Program.Outdoor
For gentle washing of water-repellent and breathable fabrics. It is recommended to use a mild liquid detergent. Do not use softener. (Max. load: 2.0 kg)
LaundryCare.Washer.Program.PlushToy
Optimised programme for washing plush toys. Not suitable for plush toys with leather applications. It is recommended to use a mild detergent (Max. load: 1.5 kg)
LaundryCare.Washer.Program.ShirtsBlouses
For washing blouses and shirts made from cotton, linen or synthetic fabric. Reduced spin for preventing wrinkles. (Max. load: 2.0 kg)
LaundryCare.Washer.Program.SportFitness
For gentle washing of sports- and leisurewear made from microfibre, fleece or synthetic fabric. Reduced spin for preventing wrinkles. (Max. load: 2.0 kg)
LaundryCare.Washer.Program.Towels
For hygienic washing of bathroom items, such as towels and dressing gowns. Adjusted spin for optimal washing results and a particularly soft feel. (Max. load: 3.5 kg)
LaundryCare.Washer.Program.WaterProof
For gentle washing of water-repellent and breathable fabrics followed by waterproofing (requires additional waterproofing agent). Before starting, remove any remaining softener from the detergent dispenser drawer. It is recommended to use a mild liquid detergent. Do not use softener. (Max. load: 1.0 kg)
Example
PUT /api/homeappliances/{haid}/programs/active
{
"data":{
"key":"LaundryCare.Washer.Program.Cotton",
"options":[
{
"key":"LaundryCare.Washer.Option.Temperature",
"value":"LaundryCare.Washer.EnumType.Temperature.GC30"
},
{
"key":"LaundryCare.Washer.Option.SpinSpeed",
"value":"LaundryCare.Washer.EnumType.SpinSpeed.RPM800"
}
]
}
}
Options
The following list contains all options which are supported by the API. Please note that not all options are supported by a program. Therefore, we recommend to use the program constraints endpoint to check the option availability.
Example
GET /api/homeappliances/{haid}/programs/available/LaundryCare.Washer.Program.Cotton
{
"data": {
"key": "LaundryCare.Washer.Program.Cotton",
"options": [
{
"key": "LaundryCare.Washer.Option.Temperature",
"type": "LaundryCare.Washer.EnumType.Temperature",
"constraints": {
"allowedvalues": [
"LaundryCare.Washer.EnumType.Temperature.Cold",
"LaundryCare.Washer.EnumType.Temperature.GC20",
"LaundryCare.Washer.EnumType.Temperature.GC30",
"LaundryCare.Washer.EnumType.Temperature.GC40",
"LaundryCare.Washer.EnumType.Temperature.GC50",
"LaundryCare.Washer.EnumType.Temperature.GC60",
"LaundryCare.Washer.EnumType.Temperature.GC70",
"LaundryCare.Washer.EnumType.Temperature.GC80",
"LaundryCare.Washer.EnumType.Temperature.GC90"
]
}
},
{
"key": "LaundryCare.Washer.Option.SpinSpeed",
"type": "LaundryCare.Washer.EnumType.SpinSpeed",
"constraints": {
"allowedvalues": [
"LaundryCare.Washer.EnumType.SpinSpeed.RPM400",
"LaundryCare.Washer.EnumType.SpinSpeed.RPM600",
"LaundryCare.Washer.EnumType.SpinSpeed.RPM800",
"LaundryCare.Washer.EnumType.SpinSpeed.RPM1000",
"LaundryCare.Washer.EnumType.SpinSpeed.RPM1200",
"LaundryCare.Washer.EnumType.SpinSpeed.RPM1400"
]
}
}
]
}
}