Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jul 26, 2023
1 parent fad1e3f commit f988cb1
Show file tree
Hide file tree
Showing 38 changed files with 85 additions and 51 deletions.
2 changes: 1 addition & 1 deletion FritzBox Callmonitor/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
4 changes: 4 additions & 0 deletions FritzBox Callmonitor/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@
"name": "CallsAsNotification",
"type": "CheckBox",
"caption": "Send notification",
"onChange": "IPS_RequestAction($id,'CallsAsNotification',$CallsAsNotification);",
"width": "300px"
},
{
"type": "ExpansionPanel",
"name": "NotificationPanel",
"caption": "WebFront Notification",
"width": "auto",
"items": [
Expand Down Expand Up @@ -231,11 +233,13 @@
"name": "CallsAsTable",
"type": "CheckBox",
"caption": "Show all calls as HTML-Table",
"onChange": "IPS_RequestAction($id,'CallsAsTable',$CallsAsTable);",
"width": "300px"
},
{
"type": "ExpansionPanel",
"caption": "HTML-Table design",
"name": "HTMLExpansionPanel",
"items": [
{
"type": "RowLayout",
Expand Down
13 changes: 13 additions & 0 deletions FritzBox Callmonitor/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@ public function RequestAction($Ident, $Value)
$this->UpdateFormField('UnknownNumberName', 'enabled', true);
}
return;
case 'CallsAsNotification':
$this->UpdateFormField('NotificationPanel', 'expanded', $Value);
$this->UpdateFormField('Targets', 'enabled', $Value);
$this->UpdateFormField('Notification', 'enabled', $Value);
return;
case 'CallsAsTable':
$this->UpdateFormField('Icons', 'enabled', $Value);
$this->UpdateFormField('ShowImage', 'enabled', $Value);
$this->UpdateFormField('Table', 'enabled', $Value);
$this->UpdateFormField('Columns', 'enabled', $Value);
$this->UpdateFormField('Rows', 'enabled', $Value);
$this->UpdateFormField('HTMLExpansionPanel', 'expanded', $Value);
return;
}
trigger_error($this->Translate('Invalid Ident.'), E_USER_NOTICE);
return false;
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Configurator/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox DHCP Server/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox DVBC/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Device Info/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Discovery/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
4 changes: 2 additions & 2 deletions FritzBox Discovery/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ private function AddDiscoveryEntry(&$DevicesData, $USN, $Server, $Host, $Index)
{
if (array_key_exists($USN, $DevicesData)) {
if (!in_array($Host, $DevicesData[$USN]['Hosts'])) {
$DevicesData[$USN]['Hosts'][$Index] = $Host;
$DevicesData[$USN]['Hosts'][$Index] = strtolower($Host);
}
} else {
$DevicesData[$USN]['Server'] = $Server;
$DevicesData[$USN]['Hosts'][$Index] = $Host;
$DevicesData[$USN]['Hosts'][$Index] = strtolower($Host);
}
}
}
2 changes: 1 addition & 1 deletion FritzBox DynDNS/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox File Share/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Firmware Info/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Homeautomation Configurator/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Homeautomation/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Host Filter/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Hosts/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox IO/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
15 changes: 11 additions & 4 deletions FritzBox IO/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,12 @@ public function Create()
if (IPS_GetKernelRunlevel() == KR_READY) {
$this->ForceLoadXML = true;
$this->RegisterMessage($this->InstanceID, FM_CHILDADDED);
@mkdir(IPS_GetKErnelDir() . 'FritzBoxTemp');
@mkdir(IPS_GetKErnelDir() . 'FritzBoxTemp/' . $this->InstanceID);
$this->CreateTempDir();
} else {
$this->RegisterMessage(0, IPS_KERNELMESSAGE);
$this->ForceLoadXML = false;
}
}

public function Destroy()
{
if (!IPS_InstanceExists($this->InstanceID)) {
Expand Down Expand Up @@ -359,6 +357,15 @@ protected function ProcessHookData()
)
);
}
private function CreateTempDir()
{
if (!is_dir(IPS_GetKErnelDir() . 'FritzBoxTemp')) {
@mkdir(IPS_GetKErnelDir() . 'FritzBoxTemp');
}
if (!is_dir(IPS_GetKErnelDir() . 'FritzBoxTemp/' . $this->InstanceID)) {
@mkdir(IPS_GetKErnelDir() . 'FritzBoxTemp/' . $this->InstanceID);
}
}
private function CreateCallMonitorCS()
{
if (IPS_GetInstance($this->InstanceID)['ConnectionID'] != 0) {
Expand Down Expand Up @@ -454,6 +461,7 @@ private function GetFile(string $Filename): int

private function LoadXmls()
{
$this->CreateTempDir();
@array_map('unlink', glob(IPS_GetKErnelDir() . 'FritzBoxTemp/' . $this->InstanceID . '/*.xml'));
$Url = $this->Url;
$Xmls = ['tr64desc.xml', 'igd2desc.xml', 'igddesc.xml'];
Expand Down Expand Up @@ -729,7 +737,6 @@ private function CallSoapAction(&$HttpCode, $serviceTyp, $controlURL, $function,
'noroot' => true,
'trace' => true,
'exceptions' => true,
'ssl_method' => SOAP_SSL_METHOD_TLS,
'soap_version' => SOAP_1_1,
'connection_timeout' => 10,
'default_socket_timeout' => 10,
Expand Down
2 changes: 1 addition & 1 deletion FritzBox MyFritz/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox NAS Storage/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Powerline/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
2 changes: 1 addition & 1 deletion FritzBox Telephony/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-0.78-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20version-0.79-blue.svg)]()
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-testing/44478)
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Check Style](https://github.com/Nall-chan/FritzBox/workflows/Check%20Style/badge.svg)](https://github.com/Nall-chan/FritzBox/actions) [![Run Tests](https://github.com/Nall-chan/FritzBox/workflows/Run%20Tests/badge.svg)](https://github.com/Nall-chan/FritzBox/actions)
Expand Down
Loading

0 comments on commit f988cb1

Please sign in to comment.