Constructor
protected
new PointValueItem()
PointValueItem Constructor
Source
Members
idnumber
The Point ID
Type
-
number
Source
idnumber
The Point ID
Type
-
number
Source
timestampDate
When the Point Value last changed
Type
-
Date
Source
timestampDate
When the Point Value last changed
Type
-
Date
Source
valueany
The Point Value
Type
-
any
Source
valueany
The Point Value
Type
-
any
Source
Methods
static
fromJSON(json) → {PointValueItem}
Create a new PointValueItem from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
PointValueItem
Source
toJSON() → {Object.<string, any>}
Convert this PointValueItem to a JSON Object
Returns
-
Object.<string, any>