diff mbox series

[BlueZ,v7,3/6] client: Print the PowerState property

Message ID 20220901110719.176944-3-hadess@hadess.net
State Superseded
Headers show
Series [BlueZ,v7,1/6] adapter: Keep track of whether the adapter is rfkill'ed | expand

Commit Message

Bastien Nocera Sept. 1, 2022, 11:07 a.m. UTC
---
 client/main.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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");