Constructor
new ProbeCalibrationModel(siteId)
ProbeCalibrationModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Probe Calibration
Source
Members
createdTimestampDate
When this Probe Calibration was Created
Type
-
Date
Source
deletedboolean
Whether the Probe Calibration has been deleted
Type
-
boolean
Source
idstring
The Probe Calibration ID
Type
-
string
Source
postCalibrationOffsetnumber
The Calibration Offset after this Probe Calibration was Created
Type
-
number
Source
postCalibrationTemperaturenumber
The Temperature Probe reading after this Probe Calibration was Created
Type
-
number
Source
preCalibrationOffsetnumber
The Calibration Offset prior to this Probe Calibration being Created
Type
-
number
Source
preCalibrationTemperaturenumber
The Temperature Probe reading prior to this Probe Calibration being Created
Type
-
number
Source
rackPositionIdstring
The Rack Position ID this Probe Calibration is associated with
Type
-
string
Source
siteIdnumber
The Site ID associated with this Probe Calibration
Type
-
number
Source
updateTimestampDate
When the Probe Calibration was last updated
Type
-
Date
Source
userIdstring
ID of the User who Completed this Probe Calibration
Type
-
string
Source
userNamestring
Name of the User who Completed this Probe Calibration
Type
-
string
Source
Methods
fromJSON(json, siteId) → {ProbeCalibrationModel}
Create a new ProbeCalibrationModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Probe Calibration
Returns
-
ProbeCalibrationModel