Skip to content

Commit

Permalink
Ajout possibilité de changer l'affichage du binaire pour les widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
JEALG committed Jan 8, 2024
1 parent 70d8efc commit 3fa41f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/js/netatmo.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function addCmdToTable(_cmd) {
tr += '<td>';
tr += '<label class="checkbox-inline"><input type="checkbox" class="cmdAttr" data-l1key="isVisible" checked/>{{Afficher}}</label> '
tr += '<label class="checkbox-inline"><input type="checkbox" class="cmdAttr" data-l1key="isHistorized" checked/>{{Historiser}}</label> '
tr += '<label class="checkbox-inline"><input type="checkbox" class="cmdAttr" data-l1key="display" data-l2key="invertBinary"/>{{Inverser}}</label> '
tr += '<div style="margin-top:7px;">'
tr += '<input class="tooltips cmdAttr form-control input-sm" data-l1key="configuration" data-l2key="minValue" placeholder="{{Min}}" title="{{Min}}" style="width:30%;max-width:80px;display:inline-block;margin-right:2px;">'
tr += '<input class="tooltips cmdAttr form-control input-sm" data-l1key="configuration" data-l2key="maxValue" placeholder="{{Max}}" title="{{Max}}" style="width:30%;max-width:80px;display:inline-block;margin-right:2px;">'
Expand Down

0 comments on commit 3fa41f0

Please sign in to comment.