Skip to content

Commit

Permalink
Zigate infos display fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Aug 2, 2024
1 parent 7f99696 commit 593b11b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 17 deletions.
55 changes: 42 additions & 13 deletions core/config/rucheCommand.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,44 @@
{
"online": {
"name": "Online",
"isHistorized": "0",
"isVisible": "1",
"Type": "info",
"subType": "string",
"invertBinary": "0",
"template": ""
},
"FW-Version": {
"name": "FW version",
"isVisible": "1",
"Type": "info",
"subType": "string",
"template": ""
},
"Network-Status": {
"name": "Network Status",
"isVisible": "1",
"Type": "info",
"subType": "string",
"template": ""
},
"Network-Channel": {
"name": "Network Channel",
"isVisible": "1",
"Type": "info",
"subType": "string",
"template": ""
},
"PAN-ID": {
"name": "PAN ID",
"isVisible": "1",
"Type": "info",
"subType": "string",
"template": ""
},
"Ext_PAN-ID": {
"name": "Ext PAN ID",
"isVisible": "1",
"Type": "info",
"subType": "string",
"template": ""
},
"Time-Time": {
Expand All @@ -17,19 +50,23 @@
},
"ZiGate-Time": {
"name": "ZiGate-Time",
"isHistorized": "0",
"isVisible": "0",
"Type": "info",
"subType": "string",
"invertBinary": "0",
"template": "",
"display": {
"forceReturnLineAfter": "1"
}
},
"ZiGate-Power": {
"name": "ZiGate-Power",
"isVisible": "0",
"Type": "info",
"subType": "string",
"template": ""
},
"permitJoin-Status": {
"name": "Inclusion Status",
"isHistorized": "0",
"isVisible": "1",
"Type": "info",
"subType": "binary",
Expand All @@ -41,7 +78,6 @@
},
"storeScene": {
"name": "storeScene",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -57,7 +93,6 @@
},
"recallScene": {
"name": "recallScene",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -73,7 +108,6 @@
},
"sceneGroupRecall": {
"name": "sceneGroupRecall",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -89,7 +123,6 @@
},
"addScene": {
"name": "Add Scene",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -104,7 +137,6 @@
},
"removeScene": {
"name": "Remove Scene",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -120,7 +152,6 @@
},
"removeSceneAll": {
"name": "Remove Scene All",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -136,7 +167,6 @@
},
"viewScene": {
"name": "viewScene",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand All @@ -152,7 +182,6 @@
},
"getSceneMemberShip": {
"name": "getSceneMemberShip",
"isHistorized": "0",
"isVisible": "0",
"Type": "action",
"subType": "message",
Expand Down
6 changes: 3 additions & 3 deletions desktop/php/Abeille-Eq-Advanced-Zigate.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ function addZgButton($name, $class, $onclick, $onclick2 = "", $leftMargin = true
<input type="text" value="" readonly>
<?php addZgButton("{{Lire}}", "btn-default", 'getTXPower', ''); ?>
<select id="idZgTxPower" style="width:80px; margin-left:4px" title="{{Puissance TX}}">
<option value=00>{{Min}}</option>
<option value=80 selected>{{Défaut}}</option>
<option value=BF>{{Max}}</option>
<option value=00>{{00/Min}}</option>
<option value=80 selected>{{80/Défaut}}</option>
<option value=BF>{{BF/Max}}</option>
</select>
<?php addZgButton("{{Appliquer}}", "btn-default", 'setTXPower', ''); ?>
</div>
Expand Down
8 changes: 7 additions & 1 deletion docs/fr_FR/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

- Correction: 'Commande 0102-01- inconnue' (2719).
- Sonoff SNZB-01P: Mise-à-jour du modèle (2716).
- Correction: Collecte LQI: Code C1 n'est plus un timeout mais 'aucun eq en vie'.
- Correction collecte LQI: Code C1 n'est plus un timeout mais 'aucun eq en vie'.
- Corrections Zigate/avancé:
- Affichage version FW Zigate (cmde 'FW-Version' manquante).
- Affichage canal Zigate (cmde 'Network-Channel' manquante).
- Affichage PAN-ID & Ext PAN-ID.
- Affichage status réseau.
- Affichage TX power.

## 240710-BETA-2

Expand Down

0 comments on commit 593b11b

Please sign in to comment.