Members
deletedboolean
Whether the RTU has been deleted
Type
-
boolean
Source
enabledboolean
Whether the RTU is Enabled
Type
-
boolean
Source
idnumber
The RTU ID
Type
-
number
Source
namestring
The RTU Name
Type
-
string
Source
siteIdnumber
The Site this RTU belongs to
Type
-
number
Source
updateTimestampDate
When the RTU was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {RTUModel}
Create a new RTUModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
RTUModel