node-tado-client
    Preparing search index...

    Type Alias PushNotificationRegistrationData

    type PushNotificationRegistrationData = {
        firebaseProject: "tado-app" | string;
        provider: "FCM" | string;
        token: string;
    }
    Index

    Properties

    firebaseProject: "tado-app" | string
    provider: "FCM" | string
    token: string