Rename zigbee-generic-lights plugin to zigbeegenericlights for consistancy
parent
a8691fe998
commit
4f4bc7e9f5
|
|
@ -1 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic-lights.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeegenericlights.so
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ PLUGIN_DIRS = \
|
|||
wemo \
|
||||
ws2812fx \
|
||||
zigbeegeneric \
|
||||
zigbee-generic-lights \
|
||||
zigbeegenericlights \
|
||||
zigbee-lumi \
|
||||
zigbee-philipshue \
|
||||
zigbee-tradfri \
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
Loading…
Reference in New Issue