disable bluetooth plugins elgato and senic temporary

This commit is contained in:
Simon Stürz 2017-11-29 14:02:15 +01:00
parent b519969f0f
commit 84982051e1
5 changed files with 3 additions and 35 deletions

32
debian/control vendored
View File

@ -102,21 +102,6 @@ Description: guh.io plugin for denon
This package will install the guh.io plugin for denon
Package: guh-plugin-elgato
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for elgato
The guh daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for elgato
Package: guh-plugin-elro
Architecture: any
Depends: ${shlibs:Depends},
@ -388,21 +373,6 @@ Description: guh.io plugin for pushbullet
This package will install the guh.io plugin for pushbullet
Package: guh-plugin-senic
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for senic
The guh daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for senic
Package: guh-plugin-udpcommander
Architecture: any
Depends: ${shlibs:Depends},
@ -529,7 +499,6 @@ Architecture: all
Depends: guh-plugin-awattar,
guh-plugin-datetime,
guh-plugin-denon,
guh-plugin-elgato,
guh-plugin-eq-3,
guh-plugin-kodi,
guh-plugin-lgsmarttv,
@ -540,7 +509,6 @@ Depends: guh-plugin-awattar,
guh-plugin-openweathermap,
guh-plugin-philipshue,
guh-plugin-pushbullet,
guh-plugin-senic,
guh-plugin-usbwde,
guh-plugin-wakeonlan,
guh-plugin-wemo,

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelgato.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsenic.so

View File

@ -21,6 +21,7 @@ PLUGIN_DIRS = \
tcpcommander \
kodi \
#elgato \
#senic \
awattar \
netatmo \
plantcare \
@ -31,7 +32,6 @@ PLUGIN_DIRS = \
avahimonitor \
pushbullet \
usbwde \
#senic \
multisensor \
gpio \

View File

@ -332,6 +332,8 @@ void SensorTag::measure()
if (!m_bluetoothDevice->connected())
return;
// TODO: measure using plugintimer to save energy
// qCDebug(dcMultiSensor()) << "Measure data" << m_bluetoothDevice->name() << m_bluetoothDevice->address().toString();
// m_infraredService->writeCharacteristic(m_infraredConfigCharacteristic, QByteArray::fromHex("01"));