mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
wifi-presence: fix reading mqttID from config
Typo error in mqttID config value Signed-off-by: Clair-Loup Sergent <sergent.cl@laposte.net>
This commit is contained in:
committed by
Jonathan McCrohan
parent
6766939892
commit
87175e4ca3
@@ -35,7 +35,7 @@ start_service() {
|
||||
config_get hassPrefix main hassPrefix
|
||||
config_get hostapdSocks main hostapdSocks
|
||||
config_get mqttAddr main mqttAddr
|
||||
config_get mqttID main mqttId
|
||||
config_get mqttID main mqttID
|
||||
config_get mqttUsername main mqttUsername
|
||||
config_get mqttPassword main mqttPassword
|
||||
config_get mqttPrefix main mqttPrefix
|
||||
|
||||
Reference in New Issue
Block a user