BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions
BeeeOn::BeeWiSmartDoor Class Reference

The class represents BeeWi door sensor. It allows to parse recieved data from the device. Its modules are open/close and battery level. More...

#include <BeeWiSmartDoor.h>

Inheritance diagram for BeeeOn::BeeWiSmartDoor:
BeeeOn::BeeWiDevice BeeeOn::BLESmartDevice BeeeOn::PollableDevice BeeeOn::Loggable

Public Types

typedef Poco::SharedPtr
< BeeWiSmartDoor
Ptr
 
- Public Types inherited from BeeeOn::BeeWiDevice
typedef Poco::SharedPtr
< BeeWiDevice
Ptr
 
- Public Types inherited from BeeeOn::BLESmartDevice
typedef Poco::SharedPtr
< BLESmartDevice
Ptr
 
- Public Types inherited from BeeeOn::PollableDevice
typedef Poco::SharedPtr
< PollableDevice
Ptr
 

Public Member Functions

 BeeWiSmartDoor (const MACAddress &address, const Poco::Timespan &timeout, const RefreshTime &refresh, const HciInterface::Ptr hci, HciConnection::Ptr conn)
 
SensorData parseAdvertisingData (const std::vector< unsigned char > &data) const override
 
- Public Member Functions inherited from BeeeOn::BeeWiDevice
 BeeWiDevice (const MACAddress &address, const Poco::Timespan &timeout, const RefreshTime &refresh, const std::string &productName, const std::list< ModuleType > &moduleTypes, const HciInterface::Ptr hci)
 
std::list< ModuleTypemoduleTypes () const override
 
std::string vendor () const override
 
std::string productName () const override
 
void pair (Poco::SharedPtr< HciInterface::WatchCallback > callback) override
 When the device supports processing of advertising data, it should call a watch() on the given HciInterface in this method and a unwatch() in the destructor. When the method is re-called it do not have any effect.
 
- Public Member Functions inherited from BeeeOn::BLESmartDevice
 BLESmartDevice (const MACAddress &address, const Poco::Timespan &timeout, const RefreshTime &refresh, const HciInterface::Ptr hci)
 
DeviceID id () const override
 
RefreshTime refresh () const override
 Regular period telling how often to call the method PollableDevice::poll(). The refresh must contain a valid time.
 
MACAddress macAddress () const
 
virtual bool pollable () const
 Returns true if the device is pollable, otherwise false.
 
void poll (Distributor::Ptr distributor) override
 Perform polling for data and ship them via the given distributor.
 
virtual void requestModifyState (const ModuleID &moduleID, const double value)
 Modifies the device module given by moduleID to a given value. More...
 

Static Public Member Functions

static bool match (const std::string &modelID)
 

Static Public Attributes

static const std::string NAME = "BeeWi Smart Door"
 

Protected Member Functions

 BeeWiSmartDoor (const MACAddress &address, const Poco::Timespan &timeout, const RefreshTime &refresh, const HciInterface::Ptr hci)
 
- Protected Member Functions inherited from BeeeOn::BeeWiDevice
void initLocalTime (HciConnection::Ptr conn) const
 Sends and initilize local time of sensor. The local time is in format: ymdHMS. More...
 
- Protected Member Functions inherited from BeeeOn::Loggable
void setupLogger (Poco::Logger *logger=0) const
 
Poco::Logger & logger () const
 
 Loggable (const ClassInfo &info)
 
 Loggable (const std::type_info &info)
 

Additional Inherited Members

- Static Protected Member Functions inherited from BeeeOn::Loggable
static Poco::Logger & forMethod (const char *name)
 
static Poco::Logger & forClass (const ClassInfo &info)
 
static Poco::Logger & forClass (const std::type_info &info)
 
template<typename T >
static Poco::Logger & forInstance (const T *i)
 
static void configureSimple (Poco::Logger &logger, const std::string &level)
 
static void logException (Poco::Logger &logger, const Poco::Message::Priority priority, const Poco::Exception &e, const char *file, size_t line)
 
- Protected Attributes inherited from BeeeOn::BLESmartDevice
DeviceID m_deviceId
 
MACAddress m_address
 
Poco::Timespan m_timeout
 
RefreshTime m_refresh
 
HciInterface::Ptr m_hci
 

Detailed Description

The class represents BeeWi door sensor. It allows to parse recieved data from the device. Its modules are open/close and battery level.

Constructor & Destructor Documentation

BeeeOn::BeeWiSmartDoor::BeeWiSmartDoor ( const MACAddress address,
const Poco::Timespan &  timeout,
const RefreshTime refresh,
const HciInterface::Ptr  hci 
)
protected

The intention of this constructor is only for testing.

Member Function Documentation

SensorData BeeWiSmartDoor::parseAdvertisingData ( const std::vector< unsigned char > &  data) const
overridevirtual
| ID (1 B) | 1 B | open/close (1 B) | 1 B | battery (1 B) |

Reimplemented from BeeeOn::BLESmartDevice.


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