summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-10-14 20:54:57 +0100
committerdakkar <dakkar@thenautilus.net>2023-10-14 20:54:57 +0100
commitda3dd6475b6555711dd0f56c973d451363a2c17e (patch)
treeafe3f349530688985a67613fe81b337964a9f4e3
parentmaybe perl receiver for chinese thermometers (diff)
downloadthermostat-da3dd6475b6555711dd0f56c973d451363a2c17e.tar.gz
thermostat-da3dd6475b6555711dd0f56c973d451363a2c17e.tar.bz2
thermostat-da3dd6475b6555711dd0f56c973d451363a2c17e.zip
remove useless bit
-rw-r--r--atc-therm-receiver/test.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/atc-therm-receiver/test.pl b/atc-therm-receiver/test.pl
index fb03ec8..1c5bc2c 100644
--- a/atc-therm-receiver/test.pl
+++ b/atc-therm-receiver/test.pl
@@ -96,9 +96,6 @@ sub look_at_device($path,$interfaces) {
my $new_obj = $bluez->get_object($path);
- # I don't know how to tell bluez to keep these objects around ☹
- $new_obj->Set('org.bluez.Device1','Trusted',Net::DBus::dbus_boolean(1));
-
$new_obj->connect_to_signal(
'PropertiesChanged',
sub($interface,$props,@) {