Data uploads for devices
Example: 02 80 01 09 35 01 00 18 00 38 00 C8 00 3D 0A
| 
   CO2:2 bytes;  | 
  
   0280  | 
 
| 
   Room temperature: 2 bytes, 10 times the actual temperature value, for example, actual temperature value=0x0109/10=26.5 ℃;  | 
  
   0109  | 
 
| 
   Humidity: 1 bytes;  | 
  
   35  | 
 
| 
   On/off status:1 byte,00=OFF; 01=ON;  | 
  
   01  | 
 
| 
   PM10: 2 bytes;  | 
  
   0018  | 
 
| 
   PM25: 2 bytes;  | 
  
   0038  | 
 
| 
   VOC: 2 bytes;  | 
  
   00C8  | 
 
| 
   PM100: 2 bytes;  | 
  
   003D  | 
 
| 
   LoRa upload cycle: 1byte, Unit minute. Set enumeration 1、5、10、15、30、60.  | 
  
   0A  | 
 
2. Download data to thermostat
Basic data format: frame header+length+data。
1) ON/OFF
| 
   frame header  | 
  
   length  | 
  
   DATA  | 
 
| 
   00  | 
  
   01  | 
  
   00  | 
 
00=off,01=on
example:00 01 01. ON.
2) LoRa upload cycle
| 
   frame header  | 
  
   length  | 
  
   DATA  | 
 
| 
   01  | 
  
   01  | 
  
   0A  | 
 
Set enumeration 1、5、10、15、30、60.
example:01
01 0A.