sense-js-sdk
    Preparing search index...

    Interface MonitorOverview

    Represents an overview of a Sense Energy Monitor's configuration and status.

    interface MonitorOverview {
        checksum: string;
        device_data_checksum: string;
        monitor_overview: {
            local_api_enabled: boolean;
            monitor: Monitor;
            ndi_enabled: boolean;
            notify_weak_connection: boolean;
            num_devices: number;
            num_named_devices: number;
            num_unnamed_devices: number;
            partner_channel: string;
            partner_tags: string[];
        };
    }
    Index

    Properties

    checksum: string
    device_data_checksum: string
    monitor_overview: {
        local_api_enabled: boolean;
        monitor: Monitor;
        ndi_enabled: boolean;
        notify_weak_connection: boolean;
        num_devices: number;
        num_named_devices: number;
        num_unnamed_devices: number;
        partner_channel: string;
        partner_tags: string[];
    }