You are here: Symbol Reference > Monnit Namespace > HumiditySHT25Base Class > HumiditySHT25Base Members
HumiditySHT25Base Members Public Methods
HumiditySHT25Base Members  Legend
Public Methods
 
Name 
Description 
 
This is Create, a member of class HumiditySHT25Base. 
 
This is CreateApplicationBase, a member of class _ApplicationBase. 
 
float calc_dewpoint(float h, float t) /-------------------------------------------------------------------- / calculates dew point / input: HumiditySHT25 [%RH], temperature [°C] / output: dew point [°C] { float logEx, dew_point; logEx = 0.66077 + 7.5 * t / (237.3 + t) + (log10(h) - 2); dew_point = (logEx - 0.66077) * 237.3 / (0.66077 + 7.5 - logEx); return dew_point; 
 
This is GetType, a member of class _ApplicationBase. 
 
sets all data for the GeneralConfig1 configuration available on the sensor 
 
sets all data for the GeneralConfig2 configuration available on the sensor 
 
sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update 
 
sets all data for the ProfileConfig1 configuration available on the sensor