From 63d443c47970ee745082f8ddff69f16eb6a86649 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 1 Sep 2022 13:07:16 +0200 Subject: [PATCH] client: Print the PowerState property Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index b4e9f35..6db8373 100644 --- a/client/main.c +++ b/client/main.c @@ -980,6 +980,7 @@ static void cmd_show(int argc, char *argv[]) print_property(adapter->proxy, "Alias"); print_property(adapter->proxy, "Class"); print_property(adapter->proxy, "Powered"); + print_property(adapter->proxy, "PowerState"); print_property(adapter->proxy, "Discoverable"); print_property(adapter->proxy, "DiscoverableTimeout"); print_property(adapter->proxy, "Pairable"); -- 2.7.4