mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Enhance MQTT Naming Customization for Home Assistant
This commit is contained in:
parent
b8cb5fede6
commit
dbfb0575a0
4 changed files with 52 additions and 26 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue