MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface FrostProtectionQuery

    Parameters for configuring frost protection temperature bounds.

    interface FrostProtectionQuery {
        isEnabled?: boolean;
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    isEnabled?: boolean

    Whether frost protection is enabled. Defaults to true.

    max: number

    Maximum temperature threshold (clamped to 4–16 °C range).

    min: number

    Minimum temperature threshold (clamped to 4–16 °C range).