1
0

added managing events

This commit is contained in:
2022-01-01 21:32:17 +01:00
parent f2b24bc0fe
commit 260d220326
4 changed files with 100 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ class rdc_panneau_salon
// list of devices we are listening to
private $devicelist = array("0x00124b0022ebac5c", "0x588e81fffe2cf695", "0x00124b001f900753", "0x04cf8cdf3c78aff0");
public $delay = 3; // amount of time in $timeunit
public $timeUnit = "minutes"; // unit of time for delay, second, minute, day, week, month, year
public $timeUnit = "minute"; // unit of time for delay, second, minute, day, week, month, year
function __construct()
{