diff --git a/json.php b/json.php index e64fb83..5fed3c8 100644 --- a/json.php +++ b/json.php @@ -754,6 +754,7 @@ function history() { // Ajoute les séries foreach($teleinfo["PERIODES"][$optarif] as $ptec) { + $history[$ptec."_name"] = $series[$ptec]; $history[$ptec."_color"] = $teleinfo["COULEURS"][$ptec]; $history[$ptec."_data"] = $kwh[$ptec]; $history[$ptec."_type"] = $graphConf["typeSerie"];