Home Connect Developer Program

This page does NOT support Internet Explorer. Please use a modern browser like e.g. Google Chrome, Mozilla Firefox or Microsoft Edge.

Commands

Pause Program
Copied link to clipboard

Cooking
Cleaning
Cooling

Key

BSH.Common.Command.PauseProgram

Description

This command can be used to pause the active program.

Data type

Boolean

Possible values

  • true

Example

PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.PauseProgram

Resume Program
Copied link to clipboard

Cooking
Cleaning
Cooling

Key

BSH.Common.Command.ResumeProgram

Description

This command can be used to resume the paused program.

Data type

Boolean

Possible values

  • true

Example

PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.ResumeProgram

Open Door
Copied link to clipboard

Cooking
Cleaning
Cooling

Key

BSH.Common.Command.OpenDoor

Description

This command can be used to open the door.

Data type

Boolean

Possible values

  • true

Example

PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.OpenDoor

Partly Open Door
Copied link to clipboard

Cooking
Cleaning
Cooling

Key

BSH.Common.Command.PartlyOpenDoor

Description

This command can be used to open the door partly.

Data type

Boolean

Possible values

  • true

Example

PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.PartlyOpenDoor

Acknowledge Event
Copied link to clipboard

Cooking
Cleaning
Cooling

Key

_BSH.Common.Command.AcknowledgeEvent

_

Description

This command can be used to acknowledge the ProgramFinished event event.

Data type

Boolean

Possible values

  • true

Example

[PUT /api/homeappliances/{haId}/commands/BSH.Common.Command.AcknowledgeEvent

](https://apiclient.home-connect.com/?url=https%3A//apiclient.home-connect.com/hcsdk-production.yaml#!/commands/put_command)