Reefer Monitoring
Information about Reefer Monitoring is implemented in the ReeferMonitoring object. The attributes of the ReeferMonitoring object are:
|
Attribute
|
Description
|
|---|---|
|
active |
A boolean value indicating if scheduled temperature monitoring is activated (true) or deactivated (false). |
|
startDate |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the starting time in GMT for the scheduled temperature monitoring. |
|
stopDate |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the ending time in GMT for the scheduled temperature monitoring. |
|
ongoing |
A boolean value indicating if scheduled temperature monitoring is ongoing. |
|
tempNotifyTime |
An integer value indicating the amount of time (in minutes) a temperature is allowed to remain out of range before generating an over/under temperature alert in customer scheduled monitoring. |
|
tempSensor |
A single character string indicating the temperature sensor to use for monitoring. Valid values are: |
|
useDriverSetpoint |
A boolean value indicating if the driver setpoint should be used for the target temperature for monitoring. |
|
targetTemp |
A floating point (double) number indicating the target temperature for the sensor. |
|
tempTolerance |
A floating point (double) number indicating the amount of temperature fluxuation allowed for the sensor before being considered "out of range". |
|
notification |
An array of Email objects containing the addresses to be notified when a temperature monitoring event occurs. |
WSDL Definition
ReeferMonitoring object as defined in the WSDL
|
|
XML Sample
ReeferMonitoring object in XML.
|
|