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

@ -8,11 +8,6 @@ function storeDB($db, $filepath)
fclose($fp);
}
function deviceTree(string $topic, array $fnTree, array &$device)
{
}
function mkDevicesDB($topic, $json, $group=false)
{
global $devices, $listProperties, $listPropertiesKeys, $indexDevices, $dbInit, $logFh;