Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jan 22, 2024
1 parent ffd9b9f commit 1209072
Show file tree
Hide file tree
Showing 39 changed files with 75 additions and 53 deletions.
2 changes: 2 additions & 0 deletions ClimacontrolRegulator/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"rowCount": 10,
"add": true,
"delete": true,
"onEdit": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"onAdd": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
Expand Down
1 change: 1 addition & 0 deletions ClimacontrolRegulator/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Holiday/Party end": "Urlaub/Party Ende",
"Time cannot be in the past": "Zeitpunkt kann nicht in der Vergangenheit liegen",
"Time too far in the future": "Zeitpunkt zu weit in der Zukunft",
"Too many temperatures on schedule. Crop to 31 actions.": "Zu viele Temperaturen im Zeitplan. Auf 31 Aktionen reduziert.",
"This module is free for non-commercial use,\r\nDonations in support of the author are accepted here:": "Dieses Modul ist für die nicht kommerzielle Nutzung kostenlos,\r\nSchenkungen als Unterstützung für den Autor werden hier akzeptiert:"
}
}
Expand Down
2 changes: 1 addition & 1 deletion ClimacontrolRegulator/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion DisplayStatusAnzeige/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion DisplayStatusAnzeige/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion ExtendedConfigurator/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion ExtendedConfigurator/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse
require_once __DIR__ . '/../libs/HMTypes.php'; // HMTypes Data
Expand Down
2 changes: 2 additions & 0 deletions HeatingDevice/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"rowCount": 10,
"add": true,
"delete": true,
"onEdit": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"onAdd": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
Expand Down
1 change: 1 addition & 0 deletions HeatingDevice/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Button lock": "Tastensperre",
"Device lock": "Gerätesperre",
"Mode locked": "Modus gesperrt",
"Too many temperatures on schedule. Crop to 31 actions.": "Zu viele Temperaturen im Zeitplan. Auf 31 Aktionen reduziert.",
"This module is free for non-commercial use,\r\nDonations in support of the author are accepted here:": "Dieses Modul ist für die nicht kommerzielle Nutzung kostenlos,\r\nSchenkungen als Unterstützung für den Autor werden hier akzeptiert:"
}
}
Expand Down
2 changes: 1 addition & 1 deletion HeatingDevice/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../HeatingGroup/module.php'; // HMBase Klasse

Expand Down
2 changes: 2 additions & 0 deletions HeatingGroup/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"rowCount": 10,
"add": true,
"delete": true,
"onEdit": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"onAdd": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
Expand Down
1 change: 1 addition & 0 deletions HeatingGroup/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Button lock": "Tastensperre",
"Device lock": "Gerätesperre",
"Mode locked": "Modus gesperrt",
"Too many temperatures on schedule. Crop to 31 actions.": "Zu viele Temperaturen im Zeitplan. Auf 31 Aktionen reduziert.",
"This module is free for non-commercial use,\r\nDonations in support of the author are accepted here:": "Dieses Modul ist für die nicht kommerzielle Nutzung kostenlos,\r\nSchenkungen als Unterstützung für den Autor werden hier akzeptiert:"
}
}
Expand Down
2 changes: 1 addition & 1 deletion HeatingGroup/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
2 changes: 2 additions & 0 deletions HeatingGroupHmIP/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"rowCount": 10,
"add": true,
"delete": true,
"onEdit": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"onAdd": "foreach ($ScheduleTemps as $Temp){$Data[]=$Temp;} IPS_RequestAction($id,'EditScheduleTemps',json_encode($Data));",
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
Expand Down
1 change: 1 addition & 0 deletions HeatingGroupHmIP/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"Lowering temperature cooling": "Absenktemperatur kühlen",
"Window open temperature": "Fenster offen Temperatur",
" minutes": " Minuten",
"Too many temperatures on schedule. Crop to 31 actions.": "Zu viele Temperaturen im Zeitplan. Auf 31 Aktionen reduziert.",
"This module is free for non-commercial use,\r\nDonations in support of the author are accepted here:": "Dieses Modul ist für die nicht kommerzielle Nutzung kostenlos,\r\nSchenkungen als Unterstützung für den Autor werden hier akzeptiert:"
}
}
Expand Down
2 changes: 1 addition & 1 deletion HeatingGroupHmIP/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion HomeMaticScript/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion HomeMaticScript/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php';

Expand Down
2 changes: 1 addition & 1 deletion ParaInterface/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion PowerMeter/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion PowerMeter/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion Programme/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion Programme/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
10 changes: 7 additions & 3 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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down Expand Up @@ -140,11 +140,15 @@ Erweitert IPS um die native Unterstützung von:

### 2. Changelog

Version 3.74:
* Konfiguration der festen Temperaturen lässt beim Bearbeiten keine ungültigen oder doppelten Werte mehr zu.
* Übersteigt die Summe der festen Temperaturen mit denen aus den Geräten ausgelesenen Temperaturen die Anzahl von 31, so wird eine Warnung in das Log geschrieben und die Anzahl auf 31 begrenzt (maximale Anzahl der Aktionen von einem Wochenplan).

Version 3.73:
* Neue Eigenschaft in der Konfiguration der Heizgruppen und des HM-CC-TC Instanzen, um feste Temperaturen als Auswahl für den Wochenplan einzustellen.
* Neue Eigenschaft in der Konfiguration der Heizgruppen und der HM-CC-TC Instanzen, um feste Temperaturen als Auswahl für den Wochenplan einzustellen.

Version 3.71:
* Neue Eigenschaft in der Konfiguration der Heizgruppen und des HM-CC-TC Instanzen, um das Verhalten des Modus bei manueller Bedienung der Soll-Temperatur einzustellen.
* Neue Eigenschaft in der Konfiguration der Heizgruppen und der HM-CC-TC Instanzen, um das Verhalten des Modus bei manueller Bedienung der Soll-Temperatur einzustellen.
* Fehlermeldungen wenn Aktives Zeitprofil in der Konfiguration abgeschaltet und Zeitplan eingeschaltet war.
* Zeitplan schaltet sofort um, wenn sich aktive Zeitprofil ändert.
* HeatingDevice (Heizkörperthermostat) HM-CC-RT-DN ergänzt.
Expand Down
2 changes: 1 addition & 1 deletion RFInterface/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion RFInterface/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion RFInterfaceConfigurator/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion RFInterfaceConfigurator/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion RFInterfaceSplitter/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion RFInterfaceSplitter/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion Systemvariablen/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-3.73-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.74-blue.svg)]()
[![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://community.symcon.de/t/ip-symcon-6-1-stable-changelog/40276-IP-Symcon-5-1-%28Stable%29-Changelog)
[![Check Style](https://github.com/Nall-chan/HomematicExtended/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions) [![Run Tests](https://github.com/Nall-chan/HomematicExtended/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/HomematicExtended/actions)
Expand Down
2 changes: 1 addition & 1 deletion Systemvariablen/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2023 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 3.73
* @version 3.74
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
Loading

0 comments on commit 1209072

Please sign in to comment.