MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
HomeEnergyMeasure
Interface HomeEnergyMeasure
A single energy measure series (e.g. heating, cooling) and its time-series values.
interface
HomeEnergyMeasure
{
deviceId
?:
string
;
type
:
string
;
values
:
HomeEnergyPoint
[]
;
}
Index
Properties
device
Id?
type
values
Properties
Optional
Readonly
device
Id
deviceId
?:
string
Readonly
type
type
:
string
Readonly
values
values
:
HomeEnergyPoint
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
device
Id
type
values
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
A single energy measure series (e.g. heating, cooling) and its time-series values.