From: vincent Date: Sat, 22 Jan 2022 12:29:30 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bed5476cf0b007f67f105350d9d852615f02a125;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9324f93..5b83614 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,9 @@ + - + diff --git a/scripts/lib/lib.php b/scripts/lib/lib.php index 3fc7810..5da52c8 100644 --- a/scripts/lib/lib.php +++ b/scripts/lib/lib.php @@ -49,6 +49,7 @@ require_once ROOT . '/scripts/lib/kodi.php'; require_once ROOT . '/scripts/lib/climacell.php'; require_once ROOT . '/scripts/lib/homeconnect.php'; require_once ROOT . '/scripts/lib/wol.php'; +require_once ROOT . '/scripts/lib/switchbot.php'; profile('Loaded libraries', __FILE__, __LINE__); diff --git a/scripts/lib/switchbot.php b/scripts/lib/switchbot.php new file mode 100644 index 0000000..0a4bdba --- /dev/null +++ b/scripts/lib/switchbot.php @@ -0,0 +1,22 @@ +