kopia lustrzana https://github.com/meshtastic/protobufs
				
				
				
			Merge pull request #719 from fablabbcn/feat/co2-sensor-metrics
Add CO2 sensor temperature and relative humiditypull/720/head
						commit
						5ef7aec959
					
				| 
						 | 
				
			
			@ -308,6 +308,16 @@ message AirQualityMetrics {
 | 
			
		|||
   * CO2 concentration in ppm
 | 
			
		||||
   */
 | 
			
		||||
  optional uint32 co2 = 13;
 | 
			
		||||
 | 
			
		||||
  /*
 | 
			
		||||
   * CO2 sensor temperature in degC
 | 
			
		||||
   */
 | 
			
		||||
  optional float co2_temperature = 14;
 | 
			
		||||
 | 
			
		||||
  /*
 | 
			
		||||
   * CO2 sensor relative humidity in %
 | 
			
		||||
   */
 | 
			
		||||
  optional float co2_humidity = 15;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue