1
0

- added dashboard\n- some debugging

This commit is contained in:
2022-02-07 16:58:42 +01:00
parent 18d5b74a96
commit 314305bcb1
8 changed files with 265 additions and 61 deletions

View File

@ -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);