Rename zigbee-generic plugin to zigbeegeneric for consistancy
parent
85bd3dd140
commit
a8691fe998
|
|
@ -1 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeegeneric.so
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ PLUGIN_DIRS = \
|
|||
wakeonlan \
|
||||
wemo \
|
||||
ws2812fx \
|
||||
zigbee-generic \
|
||||
zigbeegeneric \
|
||||
zigbee-generic-lights \
|
||||
zigbee-lumi \
|
||||
zigbee-philipshue \
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class IntegrationPluginZigbeeGeneric: public IntegrationPlugin, public ZigbeeHan
|
|||
{
|
||||
Q_OBJECT
|
||||
|
||||
Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginzigbee-generic.json")
|
||||
Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginzigbeegeneric.json")
|
||||
Q_INTERFACES(IntegrationPlugin)
|
||||
|
||||
public:
|
||||
Loading…
Reference in New Issue