sense-js-sdk
Preparing search index...
index
TrendsDevice
Interface TrendsDevice
Represents a Sense-monitored device with trend-related data and metadata.
interface
TrendsDevice
{
avgw
:
number
;
cost_history
:
number
[]
;
given_location
?:
string
;
given_make
?:
string
;
given_model
?:
string
;
history
:
number
[]
;
icon
:
string
;
id
:
string
;
location
?:
string
;
make
?:
string
;
model
?:
string
;
monitor_id
?:
number
;
name
:
string
;
pct
:
number
;
tags
:
DeviceTags
;
total_cost
:
number
;
total_kwh
:
number
;
}
Index
Properties
avgw
cost_
history
given_
location?
given_
make?
given_
model?
history
icon
id
location?
make?
model?
monitor_
id?
name
pct
tags
total_
cost
total_
kwh
Properties
avgw
avgw
:
number
cost_
history
cost_history
:
number
[]
Optional
given_
location
given_location
?:
string
Optional
given_
make
given_make
?:
string
Optional
given_
model
given_model
?:
string
history
history
:
number
[]
icon
icon
:
string
id
id
:
string
Optional
location
location
?:
string
Optional
make
make
?:
string
Optional
model
model
?:
string
Optional
monitor_
id
monitor_id
?:
number
name
name
:
string
pct
pct
:
number
tags
tags
:
DeviceTags
total_
cost
total_cost
:
number
total_
kwh
total_kwh
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avgw
cost_
history
given_
location
given_
make
given_
model
history
icon
id
location
make
model
monitor_
id
name
pct
tags
total_
cost
total_
kwh
sense-js-sdk
Loading...
Represents a Sense-monitored device with trend-related data and metadata.