diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index 2f271d0..fe021e9 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -383,6 +383,12 @@ typedef struct { uint16_t temp; // °C * 10 uint16_t rs; // %RS * 10 uint16_t h2o2adc; // adc_val + + int16_t df_ptemp; // Dew/frost point temperature °C * 10 + int16_t ah; // Absolute humidity g/m3 * 10 + int16_t mr; // Mixing ratio g/kg * 10 + int16_t wet_bulb_temp; // Wet-bulb temperature °C * 10 + int16_t enthalpy; // Enthalpy kJ/kg * 10 } report_h2o2_data_t; typedef struct {