added templates
This commit is contained in:
13
config/dashboard_conf.php.template
Normal file
13
config/dashboard_conf.php.template
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// $dashboards["<dashboardName>"] =array(
|
||||
//array(<device constant>, "<property>")
|
||||
//);
|
||||
|
||||
/* example:
|
||||
$dashboards["default"] = array(
|
||||
array(RDC_SALON_ECLAIRAGE_PANNEAU, "state"),
|
||||
array(RDC_SDB_WC_ECLAIRAGE, "state_l1"),
|
||||
);
|
||||
*/
|
||||
|
||||
?>
|
Reference in New Issue
Block a user