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