node-tado-client
    Preparing search index...

    Type Alias MobileDevice

    type MobileDevice = {
        deviceMetadata: MobileDeviceMetadata;
        id: number;
        location?: Nullable<MobileDeviceLocation>;
        name: string;
        settings: MobileDeviceSettings;
    }
    Index

    Properties

    deviceMetadata: MobileDeviceMetadata
    id: number
    location?: Nullable<MobileDeviceLocation>
    name: string