This commit is contained in:
2023-10-12 19:41:28 +02:00
parent 631b5464c8
commit bcb727f7ac
11 changed files with 543 additions and 0 deletions

10
conf/default.php Normal file
View File

@ -0,0 +1,10 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <webmestre@parlenet.org>
*
* Options for the adecwatt Plugin
*/
$conf['dataDir'] = 'adecwatt';
$conf['adecWattGroup'] = 'adecwatt';
?>

11
conf/metadata.php Normal file
View File

@ -0,0 +1,11 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <webmestre@parlenet.org>
*
* Metadata for configuration manager plugin
* Additions for the AdecWatt plugin
*/
$meta['dataDir'] = array('string');
$meta['adecWattGroup'] = array('string');
?>