1
0
moha/config/dashboard_conf.php.template

14 lines
246 B
Plaintext
Raw Permalink Normal View History

2022-09-10 14:58:55 +02:00
<?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"),
);
*/
?>