node-tado-client
    Preparing search index...

    Type Alias BoilerAvailability

    type BoilerAvailability = {
        found: boolean;
        id: number;
        present: boolean;
    }
    Index

    Properties

    Properties

    found: boolean
    id: number
    present: boolean