Struct ModuleData¶
Defined in File weather_types.idl
Struct Documentation¶
- 
struct weather::ModuleData¶
 Data structure for most sensor data from Netatmo weather station.
Public Members
- 
string module_name¶
 User defined name of module.
- 
string type¶
 Module type.
- 
boolean reachable¶
 Is it connected to cloud.
- 
unsigned short signal_strength¶
 Signal strength, wifi, rf: (86=bad, 56=good).
- 
unsigned short battery_percent¶
 Battery percentage.
- 
double CO2¶
 CO2, ppm.
- 
double noise¶
 Noise, dB.
- 
double humidity¶
 Humidity, %.
- 
double temperature¶
 Temperature, Celcius.
- 
string temp_trend¶
 Trend last 12 h: up, down, stable.
- 
double pressure¶
 Pressure, mbar.
- 
string pressure_trend¶
 Trend last 12 h: up, down, stable.
- 
string module_name¶