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