core/tests/components/home_connect/fixtures/status.json

21 lines
575 B
JSON

{
"data": {
"status": [
{ "key": "BSH.Common.Status.RemoteControlActive", "value": true },
{ "key": "BSH.Common.Status.RemoteControlStartAllowed", "value": true },
{
"key": "BSH.Common.Status.OperationState",
"value": "BSH.Common.EnumType.OperationState.Ready"
},
{
"key": "BSH.Common.Status.DoorState",
"value": "BSH.Common.EnumType.DoorState.Closed"
},
{
"key": "Refrigeration.Common.Status.Door.Refrigerator",
"value": "BSH.Common.EnumType.DoorState.Open"
}
]
}
}