add class comment
This commit is contained in:
parent
039e65e6df
commit
4031b7555a
9 changed files with 159 additions and 1 deletions
|
@ -7,6 +7,13 @@
|
|||
// MQTT Topics
|
||||
#define PUBLISH_ENABLE_TOPIC "publish_enable"
|
||||
|
||||
/**
|
||||
* @brief The DigitalInputIoT class is a class for connecting the Digital Input Card to the IoT module.
|
||||
*
|
||||
* This function allows you to control the Digital Input Card using MQTT.
|
||||
*
|
||||
* @warning You should not instantiate this class directly, instead use ESPMegaIoT's registerCard function.
|
||||
*/
|
||||
class DigitalInputIoT : public IoTComponent {
|
||||
public:
|
||||
bool begin(uint8_t card_id, ExpansionCard *card, PubSubClient *mqtt, char *base_topic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue