improve MQTT state request

This commit is contained in:
Siwat Sirichai 2024-05-17 21:29:50 +07:00
parent dc96be25b8
commit d75b028cd2
4 changed files with 9 additions and 2 deletions

View file

@ -6,6 +6,7 @@
// MQTT Topics
#define PUBLISH_ENABLE_TOPIC "publish_enable"
#define INPUT_REQUEST_STATE_TOPIC "requeststate"
/**
* @brief The DigitalInputIoT class is a class for connecting the Digital Input Card to the IoT module.