Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed May 25, 2023
1 parent 1ef4eaa commit 97676d3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
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): false|int
* @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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![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/)
![Version](https://img.shields.io/badge/Symcon%20Version-7.0%20%3E-green.svg)
[![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)
[![Spenden](https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donate_SM.gif)](#5-spenden)

Expand Down Expand Up @@ -206,6 +206,9 @@ Nach Ablauf der Intervall-Zeit wird, je nach Konfiguration, eine Statusvariable

### 4. Changelog

Version 2.72:
- Version für IPS 7.0.

Version 2.71:
- Timer wurden nicht zuverlässig angehalten, wenn Instanzen inaktiv geschaltet wurden.

Expand Down
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "NoTrigger Library",
"url": "https://github.com/Nall-chan/NoTrigger",
"compatibility": {
"version": "6.1"
"version": "7.0"
},
"version": "2.71",
"build": 271,
"date": 1665768033
"version": "2.72",
"build": 272,
"date": 1685034471
}
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 97676d3

Please sign in to comment.