Skip to content

Commit

Permalink
Version 3.73
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jan 21, 2024
1 parent daf6d20 commit ffd9b9f
Show file tree
Hide file tree
Showing 40 changed files with 260 additions and 121 deletions.
49 changes: 45 additions & 4 deletions ClimacontrolRegulator/form.json
Expand Up @@ -23,10 +23,51 @@
"expanded": true,
"items": [
{
"name": "enable_SCHEDULE",
"type": "CheckBox",
"caption": "Schedule",
"width": "250px"
"type": "RowLayout",
"items": [
{
"name": "enable_SCHEDULE",
"type": "CheckBox",
"caption": "Schedule",
"width": "250px"
},
{
"type": "PopupButton",
"caption": "Edit temperatures",
"popup": {
"caption": "Temperatures always displayed in the weekly schedule",
"items": [
{
"type": "List",
"name": "ScheduleTemps",
"caption": "Temperatures",
"rowCount": 10,
"add": true,
"delete": true,
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
},
"columns": [
{
"caption": "Temperature",
"name": "TemperatureValue",
"width": "auto",
"add": 21,
"edit": {
"type": "NumberSpinner",
"digits": 1,
"minimum": 5,
"maximum": 30,
"suffix": " °C"
}
}
]
}
]
}
}
]
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions ClimacontrolRegulator/locale.json
Expand Up @@ -4,6 +4,9 @@
"Address": "Adresse",
"General": "Allgemein",
"Changing the target temperature sets the mode to manual": "Verändern der Solltemperatur setzt Modus auf Manuell",
"Edit temperatures": "Temperaturen anpassen",
"Temperatures always displayed in the weekly schedule": "Immer im Wochenplan angezeigte Temperaturen",
"Temperatures": "Temperaturen",
"Optional status variables": "Optionale Statusvariablen",
"Schedule": "Zeitplan",
"Schedule save": "Zeitplan speichern",
Expand Down
2 changes: 1 addition & 1 deletion ClimacontrolRegulator/module.php
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion DisplayStatusAnzeige/README.md
@@ -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.71-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.73-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
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion ExtendedConfigurator/README.md
@@ -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.71-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.73-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
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse
require_once __DIR__ . '/../libs/HMTypes.php'; // HMTypes Data
Expand Down
36 changes: 36 additions & 0 deletions HeatingDevice/form.json
Expand Up @@ -30,6 +30,42 @@
"type": "CheckBox",
"caption": "Schedule",
"width": "250px"
},
{
"type": "PopupButton",
"caption": "Edit temperatures",
"popup": {
"caption": "Temperatures always displayed in the weekly schedule",
"items": [
{
"type": "List",
"name": "ScheduleTemps",
"caption": "Temperatures",
"rowCount": 10,
"add": true,
"delete": true,
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
},
"columns": [
{
"caption": "Temperature",
"name": "TemperatureValue",
"width": "auto",
"add": 21,
"edit": {
"type": "NumberSpinner",
"digits": 1,
"minimum": 5,
"maximum": 30,
"suffix": " °C"
}
}
]
}
]
}
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions HeatingDevice/locale.json
Expand Up @@ -4,6 +4,9 @@
"Address": "Adresse",
"General": "Allgemein",
"Changing the target temperature sets the mode to manual": "Verändern der Solltemperatur setzt Modus auf Manuell",
"Edit temperatures": "Temperaturen anpassen",
"Temperatures always displayed in the weekly schedule": "Immer im Wochenplan angezeigte Temperaturen",
"Temperatures": "Temperaturen",
"Optional status variables": "Optionale Statusvariablen",
"Control": "Regelung",
"Schedule": "Zeitplan",
Expand Down
2 changes: 1 addition & 1 deletion HeatingDevice/module.php
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.71
* @version 3.73
*/
require_once __DIR__ . '/../HeatingGroup/module.php'; // HMBase Klasse

Expand Down
36 changes: 36 additions & 0 deletions HeatingGroup/form.json
Expand Up @@ -36,6 +36,42 @@
"type": "CheckBox",
"caption": "Schedule",
"width": "250px"
},
{
"type": "PopupButton",
"caption": "Edit temperatures",
"popup": {
"caption": "Temperatures always displayed in the weekly schedule",
"items": [
{
"type": "List",
"name": "ScheduleTemps",
"caption": "Temperatures",
"rowCount": 10,
"add": true,
"delete": true,
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
},
"columns": [
{
"caption": "Temperature",
"name": "TemperatureValue",
"width": "auto",
"add": 21,
"edit": {
"type": "NumberSpinner",
"digits": 1,
"minimum": 5,
"maximum": 30,
"suffix": " °C"
}
}
]
}
]
}
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions HeatingGroup/locale.json
Expand Up @@ -4,6 +4,9 @@
"Address": "Adresse",
"General": "Allgemein",
"Changing the target temperature sets the mode to manual": "Verändern der Solltemperatur setzt Modus auf Manuell",
"Edit temperatures": "Temperaturen anpassen",
"Temperatures always displayed in the weekly schedule": "Immer im Wochenplan angezeigte Temperaturen",
"Temperatures": "Temperaturen",
"Optional status variables": "Optionale Statusvariablen",
"Control": "Regelung",
"Schedule": "Zeitplan",
Expand Down
2 changes: 1 addition & 1 deletion HeatingGroup/module.php
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
82 changes: 36 additions & 46 deletions HeatingGroupHmIP/form.json
Expand Up @@ -36,6 +36,42 @@
"type": "CheckBox",
"caption": "Schedule",
"width": "250px"
},
{
"type": "PopupButton",
"caption": "Edit temperatures",
"popup": {
"caption": "Temperatures always displayed in the weekly schedule",
"items": [
{
"type": "List",
"name": "ScheduleTemps",
"caption": "Temperatures",
"rowCount": 10,
"add": true,
"delete": true,
"sort": {
"column": "TemperatureValue",
"direction": "ascending"
},
"columns": [
{
"caption": "Temperature",
"name": "TemperatureValue",
"width": "auto",
"add": 21,
"edit": {
"type": "NumberSpinner",
"digits": 1,
"minimum": 5,
"maximum": 30,
"suffix": " °C"
}
}
]
}
]
}
}
]
}
Expand Down Expand Up @@ -250,52 +286,6 @@
}
],
"actions": [
{
"type": "ExpansionPanel",
"caption": "Schedule",
"expanded": true,
"visible": false,
"items": [
{
"type": "List",
"add": true,
"caption": "temperature steps",
"name": "ScheduleColor",
"onAdd": [
"var_dump($ScheduleColor);"
],
"onDelete": [
"var_dump($ScheduleColor);"
],
"columns": [
{
"caption": "Temperature",
"name": "temperature",
"width": "200px",
"add": 5,
"edit": {
"type": "NumberSpinner",
"digits": 1,
"minimum": 5,
"maximum": 30,
"suffix": " °C"
}
},
{
"caption": "Color",
"name": "color",
"width": "200px",
"add": 0,
"edit": {
"type": "SelectColor",
"allowTransparent ": false
}
}
],
"values": []
}
]
},
{
"type": "TestCenter"
},
Expand Down
3 changes: 3 additions & 0 deletions HeatingGroupHmIP/locale.json
Expand Up @@ -4,6 +4,9 @@
"Address": "Adresse",
"General": "Allgemein",
"Changing the target temperature sets the mode to manual": "Verändern der Solltemperatur setzt Modus auf Manuell",
"Edit temperatures": "Temperaturen anpassen",
"Temperatures always displayed in the weekly schedule": "Immer im Wochenplan angezeigte Temperaturen",
"Temperatures": "Temperaturen",
"Optional status variables": "Optionale Statusvariablen",
"Control": "Regelung",
"Schedule": "Zeitplan",
Expand Down
2 changes: 1 addition & 1 deletion HeatingGroupHmIP/module.php
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMHeatingDevice.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion HomeMaticScript/README.md
@@ -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.71-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.73-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
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMBase.php';

Expand Down
2 changes: 1 addition & 1 deletion ParaInterface/module.php
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down
2 changes: 1 addition & 1 deletion PowerMeter/README.md
@@ -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.71-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-3.73-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
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.71
* @version 3.73
*/
require_once __DIR__ . '/../libs/HMBase.php'; // HMBase Klasse

Expand Down

0 comments on commit ffd9b9f

Please sign in to comment.