diff --git a/Telefonkette/README.md b/PhoneChain/README.md similarity index 100% rename from Telefonkette/README.md rename to PhoneChain/README.md diff --git a/Telefonkette/form.json b/PhoneChain/form.json similarity index 100% rename from Telefonkette/form.json rename to PhoneChain/form.json diff --git a/Telefonkette/locale.json b/PhoneChain/locale.json similarity index 85% rename from Telefonkette/locale.json rename to PhoneChain/locale.json index 97fbcc6..d4786e9 100644 --- a/Telefonkette/locale.json +++ b/PhoneChain/locale.json @@ -27,7 +27,9 @@ "Ready": "Bereit", "List Position %d": "Listenposition %d", "Reset Status": "Status zurücksetzen", - "Description": "Beschreibung" + "Description": "Beschreibung", + "https://www.symcon.de/en/service/documentation/module-reference/phone-chain/": "https://www.symcon.de/de/service/dokumentation/modulreferenz/telefonansage/", + "Phone Chain": "Telefonkette" } } } \ No newline at end of file diff --git a/Telefonkette/module.json b/PhoneChain/module.json similarity index 64% rename from Telefonkette/module.json rename to PhoneChain/module.json index 0221f38..a6ae102 100644 --- a/Telefonkette/module.json +++ b/PhoneChain/module.json @@ -1,6 +1,6 @@ { "id": "{58F82675-99C8-5CA1-8333-68CDAD6EBE6E}", - "name": "Telefonkette", + "name": "Phone Chain", "type": 3, "vendor": "", "aliases": [], @@ -8,5 +8,5 @@ "childRequirements": [], "implemented": [], "prefix": "TK", - "url": "https://github.com/symcon/Telefonkette" + "url": "https://www.symcon.de/en/service/documentation/module-reference/phone-chain/" } \ No newline at end of file diff --git a/Telefonkette/module.php b/PhoneChain/module.php similarity index 99% rename from Telefonkette/module.php rename to PhoneChain/module.php index 0f72d99..1bd58f9 100644 --- a/Telefonkette/module.php +++ b/PhoneChain/module.php @@ -3,7 +3,7 @@ declare(strict_types=1); include_once __DIR__ . '/timeTrait.php'; -class Telefonkette extends IPSModule +class PhoneChain extends IPSModule { use TestTime; diff --git a/Telefonkette/timeTrait.php b/PhoneChain/timeTrait.php similarity index 100% rename from Telefonkette/timeTrait.php rename to PhoneChain/timeTrait.php diff --git a/library.json b/library.json index 1a91098..17924e2 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "id": "{6B1FE280-1FB8-4A6B-A6F7-27C1C996BBD4}", - "name": "Telefonkette", + "name": "Phone Chain", "author": "Symcon GmbH", "url": "https://symcon.de", "compatibility": { @@ -9,4 +9,4 @@ "version": "1.1", "build": 0, "date": 0 -} +} \ No newline at end of file diff --git a/tests/TelefonketteValidationTest.php b/tests/TelefonketteValidationTest.php index cd51d68..011b8a7 100644 --- a/tests/TelefonketteValidationTest.php +++ b/tests/TelefonketteValidationTest.php @@ -11,8 +11,8 @@ public function testValidateTelefonkette(): void $this->validateLibrary(__DIR__ . '/..'); } - public function testValidateTelefonketteModule(): void + public function testValidatePhoneChainModule(): void { - $this->validateModule(__DIR__ . '/../Telefonkette'); + $this->validateModule(__DIR__ . '/../PhoneChain'); } } \ No newline at end of file diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 8c1b27b..24fc592 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -6,7 +6,7 @@ - ../Telefonkette + ../PhoneChain