Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 29, 2024
1 parent 37be7cc commit ab73afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/class/mqtt2.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function syncTopicToJeedomCloud($_local_topic = '',$_remote_topic
$conf .= "cleansession true\n";
$conf .= "notifications false\n";
$conf .= "remote_clientid cloud-jeedom-".config::genKey(8)."\n";
$conf .= "remote_username ".mb_strtolower(config::byKey('market::username')."\n";
$conf .= "remote_username ".mb_strtolower(config::byKey('market::username'))."\n";
$conf .= "remote_password ".config::byKey('market::password')."\n";
$conf .= "local_username ".$local_authentifications[0]."\n";
$conf .= "local_password ".$local_authentifications[1]."\n";
Expand Down
2 changes: 1 addition & 1 deletion plugin_info/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<a class="btn btn-xs btn-warning" id="bt_mqtt2ReceivedFromJeedom"><i class="fas fa-file-import"></i> {{Recevoir un Jeedom}}</a>
</div>
<div class="col-md-4">
<?php echo '<span class="label label-danger">{{Identifiant Jeedom cloud : }}'.config::byKey('root_topic', 'mqtt2').'-'.substr(jeedom::getHardwareKey(),0,10).'</span>'; ?>
<?php echo '<span class="label label-info">{{Identifiant Jeedom cloud : }}'.config::byKey('root_topic', 'mqtt2').'-'.substr(jeedom::getHardwareKey(),0,10).'</span>'; ?>
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit ab73afe

Please sign in to comment.