mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
disable bluetooth plugins elgato and senic temporary
This commit is contained in:
parent
b519969f0f
commit
84982051e1
32
debian/control
vendored
32
debian/control
vendored
@ -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,
|
||||
|
||||
1
debian/guh-plugin-elgato.install.in
vendored
1
debian/guh-plugin-elgato.install.in
vendored
@ -1 +0,0 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelgato.so
|
||||
1
debian/guh-plugin-senic.install.in
vendored
1
debian/guh-plugin-senic.install.in
vendored
@ -1 +0,0 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsenic.so
|
||||
@ -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 \
|
||||
|
||||
|
||||
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user