larsbeck / HomematicIp

This package allows to query the HomematicIp REST and WebSocket endpoint.
MIT License
7 stars 2 forks source link

[Unsopported device] SWITCHING #2

Closed DevEddy closed 5 years ago

DevEddy commented 5 years ago

Hi Lars,

one more unsupported device.

{
    "id": "2ca09bf8-3892-4b9e-897e-6a938dc5db69",
    "homeId": "21edcd0f-2b62-4b28-b0fb-e8476834d493",
    "metaGroupId": "072abd4a-aa66-44b9-9743-b2c9bd13ff80",
    "label": "Wohnzimmer",
    "lastStatusUpdate": 0,
    "unreach": null,
    "lowBat": null,
    "dutyCycle": null,
    "type": "SWITCHING",
    "channels": [{
            "deviceId": "3014F711A000019709AA9C51",
            "channelIndex": 1
        },
        {
            "deviceId": "3014F711A0000DD7099FC6C9",
            "channelIndex": 1
        },
        {
            "deviceId": "3014F711A000019709AA9C51",
            "channelIndex": 2
        }
    ],
    "on": null,
    "processing": null,
    "dimLevel": null,
    "shutterLevel": null,
    "slatsLevel": null
}

-- Eddy

larsbeck commented 5 years ago

Hi Eddy,

I have added a SwitchingGroup. Lets see if there is more :-)

Lars

DevEddy commented 5 years ago

Hi Lars,

thanks, that worked. There is more, issue on the way.

-- Eddy