mirror of https://github.com/nymea/nymea.git
fix control
parent
67deeb1e0e
commit
aa8310b0f9
|
|
@ -76,7 +76,8 @@ Package: libguh1
|
|||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
${misc:Depends},
|
||||
libqt5bluetooth5
|
||||
Description: Server for home automation systems - core library
|
||||
guh is an open source home automation server, which allows to control
|
||||
a lot of different devices from many different manufacturers. With the
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
#ifdef BLUETOOTH_LE
|
||||
|
||||
#include "aveabulb.h"
|
||||
|
||||
AveaBulb::AveaBulb(const QBluetoothDeviceInfo &deviceInfo, const QLowEnergyController::RemoteAddressType &addressType, QObject *parent) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue