update libraries and run php-cs-fixer.
This commit is contained in:
@ -6,8 +6,8 @@ require_once APPDIR.'/vendor/autoload.php';
|
||||
|
||||
$config = json_decode(file_get_contents(APPDIR.'/etc/config.json'), true);
|
||||
|
||||
$digitemp = new \Orrisroot\DigiTemp($config['digitemp'], APPDIR.'/'.$config['digitemp_config']);
|
||||
$rrdtemp = new \Orrisroot\Rrd\Temperature(APPDIR.'/'.$config['database_dir']);
|
||||
$digitemp = new Orrisroot\DigiTemp($config['digitemp'], APPDIR.'/'.$config['digitemp_config']);
|
||||
$rrdtemp = new Orrisroot\Rrd\Temperature(APPDIR.'/'.$config['database_dir']);
|
||||
$num = $digitemp->getNumSensors();
|
||||
for ($i = 0; $i < $num; ++$i) {
|
||||
$id = $digitemp->getSensorId($i);
|
||||
|
Reference in New Issue
Block a user