29 #ifndef __OPEND_HANFUNLIB_API_PP_H__ 30 #define __OPEND_HANFUNLIB_API_PP_H__ 56 void registered(HF::Core::DeviceManagement::RegisterResponse &response);
58 using HF::Core::DeviceManagement::Client::address;
76 HF::Core::AttributeReporting::Server>
80 HF::Core::AttributeReporting::Server>(device)
87 struct SimpleSwitch:
public HF::Units::Unit<HF::Profiles::SimpleOnOffSwitch> {
89 HF::Units::Unit<HF::Profiles::SimpleOnOffSwitch>(id, device)
96 struct SimpleReed:
public HF::Units::Unit<HF::Profiles::MotionDetector> {
98 HF::Units::Unit<HF::Profiles::MotionDetector>(id, device)
105 class SimpleLight:
public HF::Units::Unit<HF::Profiles::SimpleLight>
110 HF::Units::Unit<HF::Profiles::
SimpleLight>(id, device)
120 void on (HF::Protocol::Address &source);
129 void off (HF::Protocol::Address &source);
138 void toggle (HF::Protocol::Address &source);
144 struct Device:
public HF::Devices::Node::Abstract<Unit0Node>
155 static Device * instance();
167 bool is_registered ();
178 void receive (HF::Protocol::Packet &packet, HF::Common::ByteArray &payload,
size_t offset);
187 void connected (HF::Transport::Link *link);
198 this->unit0()->device_management()->address(address);
201 using HF::Devices::Node::Abstract<Unit0Node>::address;
210 void send (HF::Protocol::Packet &packet);
215 Device () :HF::Devices::Node::Abstract<Unit0Node>()
openD_status_t
Definition: opend_dataTypes.h:62
Definition: opend_hanfunlib_api_pp.h:87
SimpleLight(uint8_t id, HF::IDevice &device)
Definition: opend_hanfunlib_api_pp.h:109
Definition: opend_hanfunlib_api_pp.h:37
DeviceManagementNode(HF::Core::Unit0 &unit0)
Definition: opend_hanfunlib_api_pp.h:38
openD_status_t opend_hanfun_registerDevice()
openD HANFUN register device.
Definition: opend_hanfunlib_api_pp.h:105
SimpleReed(uint8_t id, HF::IDevice &device)
Definition: opend_hanfunlib_api_pp.h:97
void register_device()
Register device request.
enum openD_hanfunApi_profile openD_hanfunApi_profile_t
Unit0Node(HF::IDevice &device)
Definition: opend_hanfunlib_api_pp.h:78
void registered(HF::Core::DeviceManagement::RegisterResponse &response)
Response of register request.
virtual ~Device()
Definition: opend_hanfunlib_api_pp.h:157
Definition: opend_hanfun_api_fp.h:35
openD_status_t opend_hanfun_createProfile(openD_hanfunApi_profile_t opend_profile, uint8_t id)
openD HANFUN create profile.
Definition: opend_hanfunlib_api_pp.h:144
void address(uint16_t addr)
Set the HANFUN address associated with this device.
HF::Devices::Concentrator::Unit0< HF::Core::DeviceInformation::Server, DeviceManagement::Server, HF::Core::AttributeReporting::Server, BindManagement::Server > Unit0
Definition: opend_hanfun_api_fp.h:247
Definition: opend_hanfunlib_api_pp.h:74
SimpleSwitch(uint8_t id, HF::IDevice &device)
Definition: opend_hanfunlib_api_pp.h:88
void address(uint16_t address)
Address of the node device.
Definition: opend_hanfunlib_api_pp.h:196
Definition: opend_hanfunlib_api_pp.h:96