Rename zigbee-generic-lights plugin to zigbeegenericlights for consistancy

master
Simon Stürz 2020-12-09 14:11:44 +01:00
parent a8691fe998
commit 4f4bc7e9f5
7 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic-lights.so
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeegenericlights.so

View File

@ -65,7 +65,7 @@ PLUGIN_DIRS = \
wemo \
ws2812fx \
zigbeegeneric \
zigbee-generic-lights \
zigbeegenericlights \
zigbee-lumi \
zigbee-philipshue \
zigbee-tradfri \

View File

@ -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: