1
0

debug rdc_store et rdc_wc_eclairage\nmise en page constant.php

This commit is contained in:
Daniel Tartavel
2022-06-13 20:57:53 +02:00
parent 71c8ce246f
commit da3f4ab51f
5 changed files with 340 additions and 16 deletions

View File

@ -5,8 +5,10 @@ define("EOL", "\n");
define("EOLR", "\n\r");
define("EOLH", "<br>\n");
define("Z2M", "zigbee2mqtt");
define("ON", true);
define("OFF", false);
define("IDLE", 1);
define("AUTO", 2);
define("MANUAL", 3);