From da3dd6475b6555711dd0f56c973d451363a2c17e Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 14 Oct 2023 20:54:57 +0100 Subject: remove useless bit --- atc-therm-receiver/test.pl | 3 --- 1 file changed, 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,@) { -- cgit v1.2.3