Single-Stage Data Reading (command 06h)
The command is designed for reading of the current data: relative level, temperature, frequency. The data are transmitted with a lower byte ahead.
Command format:
| Offset, bytes | Field size, bytes | Value | Description | 
|---|---|---|---|
| 0 | 1 | 31h | Prefix | 
| +1 | 1 | 00h..FFh | Network address of the recipient | 
| +2 | 1 | 06h | Operation code | 
| +3 | 1 | 00h..FFh | The checksum | 
Response format:
| Offset, bytes | Field size, bytes | Value | Description | 
|---|---|---|---|
| 0 | 1 | 3Eh | Prefix | 
| +1 | 1 | 00h..FFh | Network address of recipient | 
| +2 | 1 | 06h | Operation code | 
| +3 | 1 | -128…127 | Temperature in in degrees Celsius | 
| +4 | 2 | 0000h…FFFFh | Relative level | 
| +6 | 2 | 0000h…FFFFh | Frequency value | 
| +8 | 1 | 00h..FFh | Checksum |