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

@ -12,7 +12,7 @@
#define AC_FAN_SPEED_SET_TOPIC "set/fan_speed"
#define AC_ROOM_TEMPERATURE_REPORT_TOPIC "room_temperature"
#define AC_HUMIDITY_REPORT_TOPIC "humidity"
#define AC_REQUEST_STATE_TOPIC "request_state"
#define AC_REQUEST_STATE_TOPIC "requeststate"
/**
* @brief The ClimateIoT class is a class for connecting the Climate Card to the IoT module.