Rename zigbee-generic plugin to zigbeegeneric for consistancy
This commit is contained in:
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 \
|
wakeonlan \
|
||||||
wemo \
|
wemo \
|
||||||
ws2812fx \
|
ws2812fx \
|
||||||
zigbee-generic \
|
zigbeegeneric \
|
||||||
zigbee-generic-lights \
|
zigbee-generic-lights \
|
||||||
zigbee-lumi \
|
zigbee-lumi \
|
||||||
zigbee-philipshue \
|
zigbee-philipshue \
|
||||||
|
|||||||
@ -41,7 +41,7 @@ class IntegrationPluginZigbeeGeneric: public IntegrationPlugin, public ZigbeeHan
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
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)
|
Q_INTERFACES(IntegrationPlugin)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Loading…
x
Reference in New Issue
Block a user