sense-js-sdk
Preparing search index...
index
Monitor
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
aux_
ignore
aux_
port
date_
created
ethernet_
supported
hardware_
type
id
online
power_
over_
ethernet_
supported
serial_
number
signal_
check_
completed_
time
solar_
configured
solar_
connected
time_
zone
zigbee_
supported
Properties
attributes
attributes
:
MonitorAttributes
aux_
ignore
aux_ignore
:
boolean
aux_
port
aux_port
:
string
date_
created
date_created
:
string
ethernet_
supported
ethernet_supported
:
boolean
hardware_
type
hardware_type
:
string
id
id
:
number
online
online
:
boolean
power_
over_
ethernet_
supported
power_over_ethernet_supported
:
boolean
serial_
number
serial_number
:
string
signal_
check_
completed_
time
signal_check_completed_time
:
string
solar_
configured
solar_configured
:
boolean
solar_
connected
solar_connected
:
boolean
time_
zone
time_zone
:
string
zigbee_
supported
zigbee_supported
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
aux_
ignore
aux_
port
date_
created
ethernet_
supported
hardware_
type
id
online
power_
over_
ethernet_
supported
serial_
number
signal_
check_
completed_
time
solar_
configured
solar_
connected
time_
zone
zigbee_
supported
sense-js-sdk
Loading...
Represents a Sense Energy Monitor with its configuration and status details.