Skip to main content
Omnitracs Knowledge Base

Tethered Reefer Monitoring

Information about Tethered Reefer Monitoring is implemented in the TetheredReeferMonitoring object.  The attributes of the TetheredReeferMonitoring object are:

 

Attribute

 

 

Description

 

active

A boolean value indicating if scheduled temperature monitoring is activated (true) or deactivated (false).

targetTemp

A floating point (double) number indicating the target temperature for the return air sensor.

tempTolerance

A floating point (double) number indicating the amount of temperature fluctuation allowed for the sensor before being considered "out of range".

WSDL Definition

TetheredReeferMonitoring object as defined in the WSDL

<complexType name="TetheredReeferMonitoring">

  <sequence>

    <element name="active" type="xsd:boolean" />

    <element name="targetTemp" type="xsd:double" />

    <element name="tempTolerance" type="xsd:double" />

  </sequence>

</complexType>





 

XML Sample

TetheredReeferMonitoring object in XML.

<TetheredReeferMonitoring>

  <active>true</active>

  <targetTemp>30.0</targetTemp>

  <tempTolerance>3.5</tempTolerance>

</TetheredReeferMonitoring>

  • Was this article helpful?