From 4f4bc7e9f5ba2552072952b0984b349cbbc96a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 9 Dec 2020 14:11:44 +0100 Subject: [PATCH] Rename zigbee-generic-lights plugin to zigbeegenericlights for consistancy --- debian/nymea-plugin-zigbee-generic-lights.install.in | 2 +- nymea-plugins.pro | 2 +- .../integrationpluginzigbeegenericlights.cpp | 0 .../integrationpluginzigbeegenericlights.h | 2 +- .../integrationpluginzigbeegenericlights.json | 0 .../translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts | 0 .../zigbeegenericlights.pro | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename {zigbee-generic-lights => zigbeegenericlights}/integrationpluginzigbeegenericlights.cpp (100%) rename {zigbee-generic-lights => zigbeegenericlights}/integrationpluginzigbeegenericlights.h (99%) rename zigbee-generic-lights/integrationpluginzigbee-generic-lights.json => zigbeegenericlights/integrationpluginzigbeegenericlights.json (100%) rename {zigbee-generic-lights => zigbeegenericlights}/translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts (100%) rename zigbee-generic-lights/zigbee-generic-lights.pro => zigbeegenericlights/zigbeegenericlights.pro (100%) diff --git a/debian/nymea-plugin-zigbee-generic-lights.install.in b/debian/nymea-plugin-zigbee-generic-lights.install.in index c02aec29..f46b810b 100644 --- a/debian/nymea-plugin-zigbee-generic-lights.install.in +++ b/debian/nymea-plugin-zigbee-generic-lights.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic-lights.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeegenericlights.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 9690ed85..5fe093f8 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -65,7 +65,7 @@ PLUGIN_DIRS = \ wemo \ ws2812fx \ zigbeegeneric \ - zigbee-generic-lights \ + zigbeegenericlights \ zigbee-lumi \ zigbee-philipshue \ zigbee-tradfri \ diff --git a/zigbee-generic-lights/integrationpluginzigbeegenericlights.cpp b/zigbeegenericlights/integrationpluginzigbeegenericlights.cpp similarity index 100% rename from zigbee-generic-lights/integrationpluginzigbeegenericlights.cpp rename to zigbeegenericlights/integrationpluginzigbeegenericlights.cpp diff --git a/zigbee-generic-lights/integrationpluginzigbeegenericlights.h b/zigbeegenericlights/integrationpluginzigbeegenericlights.h similarity index 99% rename from zigbee-generic-lights/integrationpluginzigbeegenericlights.h rename to zigbeegenericlights/integrationpluginzigbeegenericlights.h index 2e352f6c..6686ccc7 100644 --- a/zigbee-generic-lights/integrationpluginzigbeegenericlights.h +++ b/zigbeegenericlights/integrationpluginzigbeegenericlights.h @@ -38,7 +38,7 @@ class IntegrationPluginZigbeeGenericLights: public IntegrationPlugin, public Zig { Q_OBJECT - Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginzigbee-generic-lights.json") + Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginzigbeegenericlights.json") Q_INTERFACES(IntegrationPlugin) public: diff --git a/zigbee-generic-lights/integrationpluginzigbee-generic-lights.json b/zigbeegenericlights/integrationpluginzigbeegenericlights.json similarity index 100% rename from zigbee-generic-lights/integrationpluginzigbee-generic-lights.json rename to zigbeegenericlights/integrationpluginzigbeegenericlights.json diff --git a/zigbee-generic-lights/translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts b/zigbeegenericlights/translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts similarity index 100% rename from zigbee-generic-lights/translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts rename to zigbeegenericlights/translations/ee67f87d-d4cc-4223-a9f3-79e47c0267e0-en_US.ts diff --git a/zigbee-generic-lights/zigbee-generic-lights.pro b/zigbeegenericlights/zigbeegenericlights.pro similarity index 100% rename from zigbee-generic-lights/zigbee-generic-lights.pro rename to zigbeegenericlights/zigbeegenericlights.pro