onvif
    Preparing search index...

    Interface CoolerOptions

    Describes valid ranges for the thermal device cooler settings. Only applicable to cooled thermal devices.

    interface CoolerOptions {
        enabled?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    enabled?: boolean

    Indicates the Device allows cooler status to be changed from running (Enabled) to stopped (Disabled), and viceversa.