#include <opend_hanfunlib_api_pp.h>
|
| SimpleLight (uint8_t id, HF::IDevice &device) |
|
void | on (HF::Protocol::Address &source) |
| Received turn on the led command. More...
|
|
void | off (HF::Protocol::Address &source) |
| Received turn off the led command. More...
|
|
void | toggle (HF::Protocol::Address &source) |
| Received toggle the led command. More...
|
|
Simple Light struct profile for the node device.
◆ SimpleLight()
SimpleLight::SimpleLight |
( |
uint8_t |
id, |
|
|
HF::IDevice & |
device |
|
) |
| |
|
inline |
◆ off()
void SimpleLight::off |
( |
HF::Protocol::Address & |
source | ) |
|
Received turn off the led command.
Save the state of the received off command in the HANFUN library.
- Parameters
-
source | Source address of the received message. |
◆ on()
void SimpleLight::on |
( |
HF::Protocol::Address & |
source | ) |
|
Received turn on the led command.
Save the state of the received on command in the HANFUN library.
- Parameters
-
source | Source address of the received message. |
◆ toggle()
void SimpleLight::toggle |
( |
HF::Protocol::Address & |
source | ) |
|
Received toggle the led command.
Save the state of the received toggle command in the HANFUN library.
- Parameters
-
source | Source address of the received message. |
The documentation for this class was generated from the following file: