node-tado-client
    Preparing search index...

    Type Alias XRoomsAndDevices

    type XRoomsAndDevices = {
        otherDevices: XDevice[];
        rooms: XRoomWithDevices[];
    }
    Index

    Properties

    Properties

    otherDevices: XDevice[]