BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Member Functions
BeeeOn::FHEMDeviceInfo Class Reference

The class stores a statistic information about device maintained by FHEM server. According to these information FHEMClient generates events. More...

#include <FHEMDeviceInfo.h>

Public Member Functions

 FHEMDeviceInfo (const std::string &dev, const uint32_t protRcv, const uint32_t protSnd, const Poco::Timestamp &lastRcv)
 
std::string dev () const
 
uint32_t protRcv () const
 
void setProtRcv (const uint32_t protRcv)
 
uint32_t protSnd () const
 
void setProtSnd (const uint32_t protSnd)
 
Poco::Timestamp lastRcv () const
 
void setLastRcv (const Poco::Timestamp &lastRcv)
 

Detailed Description

The class stores a statistic information about device maintained by FHEM server. According to these information FHEMClient generates events.


The documentation for this class was generated from the following files: