Skip to content

Commit

Permalink
stale version2-72
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Aug 26, 2024
1 parent 649c9c8 commit 2056e15
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .style
Submodule .style updated 2 files
+31 −31 .php-cs-fixer.php
+71 −71 json-check.php
8 changes: 4 additions & 4 deletions NoTriggerGroup/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 2.71
* @version 2.72
*
*/
eval('declare(strict_types=1);namespace NoTrigger {?>' . file_get_contents(__DIR__ . '/../libs/helper/SemaphoreHelper.php') . '}');
Expand All @@ -23,7 +23,7 @@
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 2.71
* @version 2.72
*
* @example <b>Ohne</b>
*/
Expand Down Expand Up @@ -65,7 +65,7 @@ public function __construct(int $VarId, bool $Alert)
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 2.71
* @version 2.72
*
* @example <b>Ohne</b>
*/
Expand Down Expand Up @@ -144,7 +144,7 @@ public function IndexOfVarID(int $VarId)
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 2.71
* @version 2.72
*
* @example <b>Ohne</b>
*
Expand Down
4 changes: 2 additions & 2 deletions NoTriggerSingle/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 2.71
* @version 2.72
*
*/

Expand All @@ -24,7 +24,7 @@
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 2.71
* @version 2.72
*
* @example <b>Ohne</b>
*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![SDK](https://img.shields.io/badge/Symcon-PHPModul-red.svg)](https://www.symcon.de/service/dokumentation/entwicklerbereich/sdk-tools/sdk-php/)
[![Version](https://img.shields.io/badge/Modul%20Version-2.71-blue.svg)](https://community.symcon.de/t/modul-notrigger-ueberwachen-von-ips-variablen-auf-ausbleibende-aktualisierung-oder-veraenderung/42474)
[![Version](https://img.shields.io/badge/Modul%20Version-2.72-blue.svg)](https://community.symcon.de/t/modul-notrigger-ueberwachen-von-ips-variablen-auf-ausbleibende-aktualisierung-oder-veraenderung/42474)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Version](https://img.shields.io/badge/Symcon%20Version-6.1%20%3E-green.svg)](https://www.symcon.de/service/dokumentation/installation/migrationen/v60-v61-q1-2022/)
[![Check Style](https://github.com/Nall-chan/NoTrigger/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/NoTrigger/actions) [![Run Tests](https://github.com/Nall-chan/NoTrigger/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/NoTrigger/actions)
Expand Down Expand Up @@ -206,7 +206,7 @@ Nach Ablauf der Intervall-Zeit wird, je nach Konfiguration, eine Statusvariable

### 4. Changelog

Version 2.71:
Version 2.72:
- Timer wurden nicht zuverlässig angehalten, wenn Instanzen inaktiv geschaltet wurden.
- Timer wurde gestartet, obwohl Instanz inaktiv war.

Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compatibility": {
"version": "6.1"
},
"version": "2.71",
"build": 271,
"date": 1665768033
"version": "2.72",
"build": 272,
"date": 1698385458
}
4 changes: 2 additions & 2 deletions libs/NoTriggerBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Michael Tröger <micha@nall-chan.net>
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 2.71
* @version 2.72
*
*/

Expand All @@ -25,7 +25,7 @@
* @copyright 2022 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 2.71
* @version 2.72
*
* @example <b>Ohne</b>
*
Expand Down

0 comments on commit 2056e15

Please sign in to comment.