- 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:
@ -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")
|
||||
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user