BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <PhilipsHueListener.h>
Public Types | |
typedef Poco::SharedPtr < PhilipsHueListener > | Ptr |
Public Member Functions | |
virtual void | onBulbStats (const PhilipsHueBulbInfo &info)=0 |
virtual void | onBridgeStats (const PhilipsHueBridgeInfo &info)=0 |
Interface for reporting statistics from PhilipsHueDeviceManager.
|
pure virtual |
This method is called when statistics of Philips Hue Bridge is sent from device manager.
Implemented in BeeeOn::AbstractCollector, and BeeeOn::LoggingCollector.
|
pure virtual |
This method is called when statistics of Philips Hue Bulb is sent from device manager.
Implemented in BeeeOn::AbstractCollector, and BeeeOn::LoggingCollector.