Skip to content

Commit

Permalink
Correction SINSTI
Browse files Browse the repository at this point in the history
  • Loading branch information
ticed35 committed May 16, 2019
1 parent 11cd02a commit fb66b94
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/php/jeeTeleinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
'NJOURF+1' => FILTER_SANITIZE_STRING,
'PJOURF+1' => FILTER_SANITIZE_STRING,
'PPOINTE' => FILTER_SANITIZE_STRING,
'SINSTI' => FILTER_SANITIZE_STRING,
'SINST1' => FILTER_SANITIZE_STRING,
'IRMS1' => FILTER_SANITIZE_STRING,
'URMS1' => FILTER_SANITIZE_STRING
);
Expand Down
2 changes: 1 addition & 1 deletion desktop/js/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $.ajax({
getDailyHistory('div_graphGlobalJournalier',data.result[globalEqLogic].cmd[cmd]);
}
break;
case "SINSTI":
case "SINST1":
if(compteurProd){
commandesPuissance.push({"id":data.result[globalEqLogic].cmd[cmd].id,"name":data.result[globalEqLogic].cmd[cmd].name});
console.log("[loadData][PAPP] " + data.result[globalEqLogic].cmd[cmd].id);
Expand Down
2 changes: 1 addition & 1 deletion desktop/js/teleinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{etiquette:"SMAXSN1-1",name:"Puissance app max. soutirée n-1 phase 1",unite:"VA"},
{etiquette:"SMAXSN2-1",name:"Puissance app max. soutirée n-1 phase 2",unite:"VA"},
{etiquette:"SMAXSN3-1",name:"Puissance app max. soutirée n-1 phase 3",unite:"VA"},
{etiquette:"SINSTI",name:"Puissance app. Instantanée injectée",unite:"VA"},
{etiquette:"SINST1",name:"Puissance app. Instantanée injectée",unite:"VA"},
{etiquette:"SMAXIN",name:"Puissance app. max. injectée n",unite:"VA"},
{etiquette:"SMAXIN-1",name:"Puissance app max. injectée n-1",unite:"VA"},
{etiquette:"CCASN",name:"Point n de la courbe de charge active soutirée",unite:"W"},
Expand Down
6 changes: 5 additions & 1 deletion docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Pour toutes demandes : [https://github.com/NextDom/plugin-teleinfo/issues](https://github.com/NextDom/plugin-teleinfo/issues)

### 4.6.0 (**-05-2019)
### 4.6.1 (16-05-2019)

* Correction SINSTI par SINST1

### 4.6.0 (08-05-2019)

* Ajout coût sur le panel

Expand Down
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"changelog" : "https://NextDom.github.io/plugin-teleinfo/#language#/changelog",
"documentation" : "https://NextDom.github.io/plugin-teleinfo/#language#/",
"pluginVersion" : "4.6.0"
"pluginVersion" : "4.6.1"
}

0 comments on commit fb66b94

Please sign in to comment.