From f8034f03e542dff9fbd0b9c15e64078f6ea2d9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Tr=C3=B6ger?= Date: Mon, 26 Aug 2024 07:08:08 +0200 Subject: [PATCH] stale Version 3.10 --- .style | 2 +- library.json | 2 +- libs/AllBaseControl.php | 7 ++++--- tests/stubs | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.style b/.style index 96dac1d..ccb6319 160000 --- a/.style +++ b/.style @@ -1 +1 @@ -Subproject commit 96dac1d8e724b03ccaf29a5572868f71814bcbd7 +Subproject commit ccb631937353df3a0c61fe19de0f60c31b8cb190 diff --git a/library.json b/library.json index f5cb254..bb4db46 100644 --- a/library.json +++ b/library.json @@ -8,5 +8,5 @@ }, "version": "3.10", "build": 155, - "date": 1595853622 + "date": 1724648403 } \ No newline at end of file diff --git a/libs/AllBaseControl.php b/libs/AllBaseControl.php index 4376644..c8df064 100644 --- a/libs/AllBaseControl.php +++ b/libs/AllBaseControl.php @@ -31,6 +31,7 @@ * @abstract * * @property int $SourceID Die IPS-ID der Variable welche als Event verwendet wird. + * @method bool SendDebug(string $Message, mixed $Data, int $Format) */ abstract class HideDeaktivLinkBaseControl extends IPSModule { @@ -96,10 +97,10 @@ public function ApplyChanges() public function RequestAction($Ident, $Value) { switch ($Ident) { - case 'SelectVariable': - $this->UpdateForm((int) $Value); + case 'SelectVariable': + $this->UpdateForm((int) $Value); return true; - } + } return true; } /** diff --git a/tests/stubs b/tests/stubs index 5c5f922..b943fb5 160000 --- a/tests/stubs +++ b/tests/stubs @@ -1 +1 @@ -Subproject commit 5c5f9226346934c69321c56a697a5d9336480dc1 +Subproject commit b943fb5aa322ab9ae017a36b8d68ec55631280b6