node-tado-client
    Preparing search index...

    Type Alias User

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

    Properties

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