adecwatt/conf/metadata.php

12 lines
319 B
PHP
Raw Normal View History

2023-10-12 19:41:28 +02:00
<?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');
?>