Skip to content

Commit

Permalink
add zwaveJsUI button in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Nov 27, 2024
1 parent 5bb22e9 commit e759395
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ docs/_site/
docs/Gemfile.lock
docs/.sass-cache/
.remote-sync.json
.history
.vscode
3 changes: 3 additions & 0 deletions desktop/js/zwavejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
var nodes = {}
var networkTree = {}




$('#bt_syncEqLogic').off('click').on('click', function() {
jeedom.zwavejs.network.getNodes({
info: 'getNodes',
Expand Down
7 changes: 7 additions & 0 deletions plugin_info/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
echo '<div class="alert alert-warning">{{Le plugin jMQTT est installé, veuillez vérifier la configuration du broker dans le plugin jMQTT et la reporter, si nécessaire, dans le plugin MQTT Manager.}}</div>';
}
?>
<div class="form-group">
<label class="col-md-4 control-label">{{ZwaveJs UI}}</label>
<div class="col-md-3">
<a class="btn btn-danger controller_action" target="_blank" href="http://<?php echo network::getNetworkAccess('internal', 'ip') ?>:8091" title="Aucun support ne sera fait en cas de changement d'un réglage du menu configuration de ZwaveJS UI. Vous pouvez changez le mot de passe utilisateur si vous le souhaitez. Vous pouvez utiliser les fonctionnalités. Mais ne changez aucun réglage. Les identifiants par défaut sont : admin/zwave"><i class="fas fa-external-link-square-alt "></i> {{Interface ZwaveJs UI}}</a></td>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">{{Mode}}</label>
<div class="col-md-3">
Expand Down Expand Up @@ -126,6 +132,7 @@
?>
</div>
</div>

<br>
</div>

Expand Down

0 comments on commit e759395

Please sign in to comment.