- added dashboard\n- some debugging
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
//Constants
|
||||
define( "EOL", "\n");
|
||||
define("EOL", "\n");
|
||||
define("EOLR", "\n\r");
|
||||
define("Z2M", "zigbee2mqtt");
|
||||
define("ON", 1);
|
||||
define("OFF", 0);
|
||||
|
Reference in New Issue
Block a user