Skip to content

Eventing

The eventing of the Miele 3rd Party API is based on the concept of Server-Sent-Events (SSE).

The API supports two event types:

  • All Appliances Events

If any of the connected appliances changes it state, an event will be sent.The All Appliances Events subscription will return the content of a GET /devices request.

Code sample
curl https://api.mcs3.miele.com/v1/devices/all/events \

  • All Appliances Events

If one connected appliances changes its state, an event will be sent.
The Appliance Event will return the content of a GET /devices/deviceId request.

Code sample
curl https://api.mcs3.miele.com/v1/devices/{deviceId}/events \

The Miele Developer's portal is available only on desktop and tablet devices.