diff --git a/Schleppzeiger/README.md b/DragPointer/README.md similarity index 100% rename from Schleppzeiger/README.md rename to DragPointer/README.md diff --git a/Schleppzeiger/form.json b/DragPointer/form.json similarity index 100% rename from Schleppzeiger/form.json rename to DragPointer/form.json diff --git a/Schleppzeiger/locale.json b/DragPointer/locale.json similarity index 56% rename from Schleppzeiger/locale.json rename to DragPointer/locale.json index fe626ed..74520b8 100644 --- a/Schleppzeiger/locale.json +++ b/DragPointer/locale.json @@ -7,7 +7,9 @@ "Invalid Target Variable": "Ungültige Zielvariable", " seconds": " Sekunden", "Trailing Pointer": "Schleppzeiger", - "Reset": "Zurücksetzen" + "Reset": "Zurücksetzen", + "https://www.symcon.de/en/service/documentation/module-reference/dragpointer/": "https://www.symcon.de/de/service/dokumentation/modulreferenz/schleppzeiger/", + "Drag Pointer": "Schleppzeiger" } } } \ No newline at end of file diff --git a/Schleppzeiger/module.json b/DragPointer/module.json similarity index 63% rename from Schleppzeiger/module.json rename to DragPointer/module.json index 993f783..d3ed8a1 100644 --- a/Schleppzeiger/module.json +++ b/DragPointer/module.json @@ -1,6 +1,6 @@ { "id": "{3517D60A-3940-FD08-519A-7B84B3AE2C9A}", - "name": "Schleppzeiger", + "name": "Drag Pointer", "type": 3, "vendor": "", "aliases": [], @@ -8,5 +8,5 @@ "childRequirements": [], "implemented": [], "prefix": "SZ", - "url": "https://github.com/symcon/Schleppzeiger/Schleppzeiger" + "url": "https://www.symcon.de/en/service/documentation/module-reference/dragpointer/" } \ No newline at end of file diff --git a/Schleppzeiger/module.php b/DragPointer/module.php similarity index 98% rename from Schleppzeiger/module.php rename to DragPointer/module.php index 92b216c..7f914f1 100644 --- a/Schleppzeiger/module.php +++ b/DragPointer/module.php @@ -1,7 +1,7 @@ validateLibrary(__DIR__ . '/..'); } - public function testValidateBackupModule(): void + public function testValidateDragPointerModule(): void { - $this->validateModule(__DIR__ . '/../Schleppzeiger'); + $this->validateModule(__DIR__ . '/../DragPointer'); } -} \ No newline at end of file +} diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 4c1676d..fec5a8d 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -6,7 +6,7 @@ - ../Schleppzeiger + ../DragPointer