sense-js-sdk
    Preparing search index...

    Interface Monitor

    Represents a Sense Energy Monitor with its configuration and status details.

    interface Monitor {
        attributes: MonitorAttributes;
        aux_ignore: boolean;
        aux_port: string;
        date_created: string;
        ethernet_supported: boolean;
        hardware_type: string;
        id: number;
        online: boolean;
        power_over_ethernet_supported: boolean;
        serial_number: string;
        signal_check_completed_time: string;
        solar_configured: boolean;
        solar_connected: boolean;
        time_zone: string;
        zigbee_supported: boolean;
    }
    Index

    Properties

    attributes: MonitorAttributes
    aux_ignore: boolean
    aux_port: string
    date_created: string
    ethernet_supported: boolean
    hardware_type: string
    id: number
    online: boolean
    power_over_ethernet_supported: boolean
    serial_number: string
    signal_check_completed_time: string
    solar_configured: boolean
    solar_connected: boolean
    time_zone: string
    zigbee_supported: boolean