This page does NOT support Internet Explorer. Please use a modern browser like e.g. Google Chrome, Mozilla Firefox or Microsoft Edge.
Key
BSH.Common.Command.PauseProgram
Description
This command can be used to pause the active program.
Data type
Boolean
Possible values
Example
PUT /
{
"data": {
"key": "BSH.Common.Command.PauseProgram",
"value": true
}
}
Key
BSH.Common.Command.ResumeProgram
Description
This command can be used to resume the paused program.
Data type
Boolean
Possible values
Example
PUT /
{
"data": {
"key": "BSH.Common.Command.ResumeProgram",
"value": true
}
}
Key
BSH.Common.Command.OpenDoor
Description
This command can be used to open the door.
Data type
Boolean
Possible values
Example
PUT /
{
"data": {
"key": "BSH.Common.Command.OpenDoor",
"value": true
}
}
Key
BSH.Common.Command.PartlyOpenDoor
Description
This command can be used to open the door partly.
Data type
Boolean
Possible values
Example
PUT /
{
"data": {
"key": "BSH.Common.Command.PartlyOpenDoor",
"value": true
}
}
Key
_BSH.Common.Command.AcknowledgeEvent
_
Description
This command can be used to acknowledge the ProgramFinished event event.
Data type
Boolean
Possible values
Example
[PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.AcknowledgeEvent
{
"data": {
"key": "BSH.Common.Command.AcknowledgeEvent",
"value": "BSH.Common.Event.ProgramFinished"
}
}