Enhance MQTT Naming Customization for Home Assistant

This commit is contained in:
amarofarinha 2024-10-28 09:57:39 +00:00
parent b8cb5fede6
commit dbfb0575a0
4 changed files with 52 additions and 26 deletions

View file

@ -44,6 +44,9 @@ extern const char* version_number; // The current software version, used for mq
extern const char* mqtt_user;
extern const char* mqtt_password;
extern const char* mqtt_topic_name;
extern const char* mqtt_object_id_prefix;
extern const char* mqtt_device_name;
extern char mqtt_msg[MQTT_MSG_BUFFER_SIZE];