Key
BSH.Common.Status.RemoteControlStartAllowed
Description
This status indicates whether the remote program start is enabled. This can happen due to a programmatic change (only disabling), or manually by the user changing the flag locally on the home appliance, or automatically after a certain duration - usually 24 hours.
Data type
Boolean
Possible values
- true if remote start is activated
- false otherwise
Example
GET /api/homeappliances/{haid}/status/BSH.Common.Status.RemoteControlStartAllowed
{
"data": {
"key": "BSH.Common.Status.RemoteControlStartAllowed",
"value": true
}
}