--------------------------------------------------------------------------------
 Description of SOAP XML from Tx5xx/Tx6xx (T3511, T4511, T7511, T2514, T0510,
                                           T3510, T7510, T0610, T4611, T3610,
                                           T3611, T7610, T7611, T7613D)

 structure of SOAP message is described at XSD schema

 v1.0 for firmware 1-5-7.4, 2017-09-11
--------------------------------------------------------------------------------


|----------------|-------------------------------------------------------------|
| Tag            | Description                                                 |
|----------------|-------------------------------------------------------------|
| <passKey>      | Device serial number (an eight digit number)                |
|----------------|-------------------------------------------------------------|
| <device>       | Device model identification number:                         |
|                |--------------|----------------------------------------------|
|                | Number       | Device                                       |
|                |--------------|----------------------------------------------|
|                | 4107         | T3511                                        |
|                | 4106         | T4511                                        |
|                | 4129         | T7511                                        |
|                | 4124         | T2514                                        |
|                | 4144         | T0510                                        |
|                | 4145         | T3510                                        |
|                | 4146         | T7510                                        |
|                | 4173         | T0610                                        |
|                | 4174         | T4611                                        |
|                | 4175         | T3610                                        |
|                | 4176         | T3611                                        |
|                | 4177         | T7610                                        |
|                | 4178         | T7611                                        |
|                | 4195         | T7613D                                       |
|----------------|--------------|----------------------------------------------|
| <temp>         | Value of temperature (as decimal place separator is used    |
|                | dot sign). Error signalised by number 9999 or -9999.        |
|----------------|-------------------------------------------------------------|
| <relHum>       | Relative humidity. Error value 9999 or -9999.               |
|----------------|-------------------------------------------------------------|
| <compQuant>    | Computed value/quantity. Error value 9999 or -9999.         |
|----------------|-------------------------------------------------------------|
| <pressure>     | Atmospheric pressure. Error value -9999.                    |
|----------------|-------------------------------------------------------------|
| <alarms>       | State of alarms at measurement channels 1-4. Values:        |
|                | no - alarm is not active                                    |
|                | lo - low alarm is active                                    |
|                | hi - high alarm is active                                   |
|                | Example: no,hi,no,no - high alarm on relative humidity      |
|----------------|-------------------------------------------------------------|
| <compType>     | Computed value/quantity. Values: Absolute humidity,         |
|                | Specific humidity, Mixing proportion, Specific enthalpy,    |
|                | Dew point, n/a                                              |
|----------------|-------------------------------------------------------------|
| <tempU>        | Temperature and Dew point unit. Values: C, F, n/a           |
|----------------|-------------------------------------------------------------|
| <pressureU>    | Atmospheric pressure unit. Values: hPa, PSI, inHg, mBar,    |
|                | oz/in\^2, mmHg, inH2O, kPa, n/a                             |
|----------------|-------------------------------------------------------------|
| <timer>        | SOAP sending interval in [sec].                             |
|----------------|-------------------------------------------------------------|

