Heatzy API for Node.js - v13.0.0
    Preparing search index...

    Interface HeatzyAPISettings

    Persisted-settings surface the SDK reads and writes through the SettingManager. Hosts that render or migrate stored values can type their storage against this shape.

    interface HeatzyAPISettings {
        expiry?: string | null;
        loginBackoffUntil?: string | null;
        password?: string | null;
        token?: string | null;
        username?: string | null;
    }
    Index
    expiry?: string | null

    Session expiry timestamp in ISO 8601 format.

    loginBackoffUntil?: string | null

    Epoch-ms deadline before which automatic re-logins are refused.

    password?: string | null

    Heatzy account password.

    token?: string | null

    Gizwits user token.

    username?: string | null

    Heatzy account username (email).