diff --git a/desktop/modal/display.connection.info.php b/desktop/modal/display.connection.info.php index f2f19bb..0835e8b 100644 --- a/desktop/modal/display.connection.info.php +++ b/desktop/modal/display.connection.info.php @@ -20,7 +20,7 @@ $local_authentifications = explode(':', explode("\n", config::byKey('mqtt::password', __CLASS__))[0]); $connection_info = array( 'topic' => config::byKey('root_topic', 'mqtt2'), - 'id' => substr(jeedom::getHardwareKey(),0,10) + 'id' => substr(jeedom::getHardwareKey(),0,10), 'ip' => network::getNetworkAccess('inernal','ip'), 'port' => 1833, 'username' => $local_authentifications[0],