1
0

- lots of debugging

- beginning to add graphical stats
- beginning to add device by type
- added a dashboard "etage"
- begining to add notification to multiple recipients in freemobile hook
This commit is contained in:
2022-03-28 00:40:34 +02:00
parent 80234fc505
commit 0d35b1ff3f
24 changed files with 491 additions and 205 deletions

View File

@ -17,4 +17,12 @@
array(METEO, "UV"),
array(METEO, "solarradiation")
);
?>
$dashboards["etage"] = array(
array(ETAGE_SALON_RADIATEUR,"current_heating_setpoint"),
array(ETAGE_BUREAU_RADIATEUR,"current_heating_setpoint"),
array(ETAGE_BUREAU_PANNEAU, "state"),
array(ETAGE_CUISINE_PLAN_TRAVAIL_ECLAIRAGE, "state"),
array(ETAGE_CUISINE_PLAN_TRAVAIL_SPOT, "state_l1")
);
?>