Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 31, 2024
1 parent 5a4da63 commit dda8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/modal/display.connection.info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit dda8f3a

Please sign in to comment.