sense-js-sdk
    Preparing search index...

    Interface MonitorAttributes

    Various attributes of a Sense Energy Monitor.

    interface MonitorAttributes {
        address?: string;
        basement_type?: string;
        basement_type_key?: string;
        city?: string;
        cost?: number;
        cycle_start?: number;
        device_survey_progress?: string;
        electricity_cost?:
            | number
            | {
                abbreviation: string;
                cost: number;
                id: number;
                location: string;
                national_electricity_cost: {
                    abbreviation: string;
                    cost: number;
                    id: number;
                    location: string;
                };
                national_electricity_cost_id: number;
            };
        home_info_survey_progress?: string;
        home_size_type?: string;
        home_size_type_key?: string;
        home_type?: string;
        home_type_key?: string;
        id: number;
        name: string;
        number_of_occupants?: string;
        occupancy_type?: string;
        occupancy_type_key?: string;
        panel?: string;
        postal_code?: string;
        power_region?: string;
        sell_back_rate?: number;
        show_cost?: boolean;
        solar_tou_enabled?: boolean;
        state?: string;
        to_grid_threshold?: number;
        tou_enabled?: boolean;
        user_set_cost?: boolean;
        user_set_sell_back_rate?: boolean;
        year_built_type?: string;
        year_built_type_key?: string;
    }
    Index

    Properties

    address?: string
    basement_type?: string
    basement_type_key?: string
    city?: string
    cost?: number
    cycle_start?: number
    device_survey_progress?: string
    electricity_cost?:
        | number
        | {
            abbreviation: string;
            cost: number;
            id: number;
            location: string;
            national_electricity_cost: {
                abbreviation: string;
                cost: number;
                id: number;
                location: string;
            };
            national_electricity_cost_id: number;
        }
    home_info_survey_progress?: string
    home_size_type?: string
    home_size_type_key?: string
    home_type?: string
    home_type_key?: string
    id: number
    name: string
    number_of_occupants?: string
    occupancy_type?: string
    occupancy_type_key?: string
    panel?: string
    postal_code?: string
    power_region?: string
    sell_back_rate?: number
    show_cost?: boolean
    solar_tou_enabled?: boolean
    state?: string
    to_grid_threshold?: number
    tou_enabled?: boolean
    user_set_cost?: boolean
    user_set_sell_back_rate?: boolean
    year_built_type?: string
    year_built_type_key?: string