MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ProtectionState

    Last-known protection settings — the cross-dialect read twin of ProtectionUpdate. Classic maps its FP* wire fields onto it, Home its camelCase /context descriptor; null upstream marks the feature as never configured.

    interface ProtectionState {
        isEnabled: boolean;
        max: number;
        min: number;
    }
    Index
    isEnabled: boolean

    Whether the protection is on.

    max: number

    Upper temperature bound, in °C.

    min: number

    Lower temperature bound, in °C.