1
0

some debugging

This commit is contained in:
2022-09-09 18:55:29 +02:00
parent d056f2baa1
commit 9096f059c3
2 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@ class rdc_store extends hook
{
$store2level = $this->storeLevel + 20;
}
}elseif ($exterieurLuxMoyen < 5000 and $salon_lux < 200 and $soleil < 100 and $facadeLuxMoyen < 8000)
}elseif ($exterieurLuxMoyen < 5000 and $salon_lux < 200 and $soleil < 100 and $facadeLuxMoyen < 10000)
{
logger(DEBUG, "exterieurLuxMoyen < 5000 and salon_lux < 200 and soleil < 100", __FILE__ . ":" . __LINE__);
$this->close("Luminosité faible");