Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
demel42 committed Feb 24, 2024
1 parent 1d0143f commit 09d0279
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions MielelAtHomeSplitter/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -968,12 +968,10 @@ private function do_ApiCall($func, &$data, &$msg)
$this->SendDebug(__FUNCTION__, 'statuscode=' . $statuscode . ', data=' . print_r($data, true), 0);
if ($statuscode != 0) {
$this->MaintainStatus($statuscode);
IPS_SemaphoreLeave($this->SemaphoreID);
return false;
}

$this->MaintainStatus(IS_ACTIVE);
IPS_SemaphoreLeave($this->SemaphoreID);
return $statuscode ? false : true;
}

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ Verweise:

## 7. Versions-Historie

- 2.4.1 @ 24.02.2024 08:56
- Fix: Problem (mit einem Semaphore) bei dem Abruf des AccessToken
- update submodule CommonStubs

- 2.4 @ 09.02.2024 11:00
- Neu: Unterstützung von Induktionskochfeldern

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compatibility": {
"version": "6.2"
},
"version": "2.4",
"version": "2.4.1",
"build": 0,
"date": 1707472827
"date": 1708761395
}
2 changes: 1 addition & 1 deletion libs/CommonStubs
Submodule CommonStubs updated 1 files
+1 −1 common.php

0 comments on commit 09d0279

Please sign in to comment.