mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Clean up the MQTT connection authentication configuration.
This commit is contained in:
parent
dcee575722
commit
f9a5a169cb
6 changed files with 29 additions and 30 deletions
8
Conf.h
8
Conf.h
|
|
@ -58,8 +58,8 @@ public:
|
|||
unsigned int getMQTTKeepalive() const;
|
||||
std::string getMQTTName() const;
|
||||
bool getMQTTAuthEnabled() const;
|
||||
std::string getMQTTUser() const;
|
||||
std::string getMQTTPass() const;
|
||||
std::string getMQTTUsername() const;
|
||||
std::string getMQTTPassword() const;
|
||||
|
||||
// The CW ID section
|
||||
bool getCWIdEnabled() const;
|
||||
|
|
@ -412,8 +412,8 @@ private:
|
|||
unsigned int m_mqttKeepalive;
|
||||
std::string m_mqttName;
|
||||
bool m_mqttAuthEnabled;
|
||||
std::string m_mqttUser;
|
||||
std::string m_mqttPass;
|
||||
std::string m_mqttUsername;
|
||||
std::string m_mqttPassword;
|
||||
|
||||
bool m_cwIdEnabled;
|
||||
unsigned int m_cwIdTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue