openD unified API  1.0.0
SimpleLight Class Reference

#include <opend_hanfunlib_api_pp.h>

Inheritance diagram for SimpleLight:

Public Member Functions

 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...
 

Detailed Description

Simple Light struct profile for the node device.

Constructor & Destructor Documentation

◆ SimpleLight()

SimpleLight::SimpleLight ( uint8_t  id,
HF::IDevice &  device 
)
inline

Member Function Documentation

◆ 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
sourceSource 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
sourceSource 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
sourceSource address of the received message.

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