summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-01 13:07:16 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-09-01 11:43:41 -0700
commit48992da64f52a4ca73221689e9e116ae93e0ba03 (patch)
tree212e754aa68f6a3351da9a93d9ad19e4b284cc33 /client
parent58021a665b7f608e20096328bb28e24d3fe8bf0d (diff)
downloadbluez-48992da64f52a4ca73221689e9e116ae93e0ba03.tar.gz
client: Print the PowerState property
Diffstat (limited to 'client')
-rw-r--r--client/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c
index 6773d5262..2816e880f 100644
--- a/client/main.c
+++ b/client/main.c
@@ -981,6 +981,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");