1
0

added templates

This commit is contained in:
2022-09-10 14:58:55 +02:00
parent 2360419e50
commit 87577f6d71
9 changed files with 123 additions and 0 deletions

View 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"),
);
*/
?>