node-tado-client
    Preparing search index...

    Type Alias Me

    type Me = {
        email: string;
        homes: MeHome[];
        id: string;
        locale: Locale;
        mobileDevices: MobileDevice[];
        name: string;
        username: string;
    }
    Index

    Properties

    email: string
    homes: MeHome[]
    id: string
    locale: Locale
    mobileDevices: MobileDevice[]
    name: string
    username: string