Diff between 58021a665b7f608e20096328bb28e24d3fe8bf0d and 48992da64f52a4ca73221689e9e116ae93e0ba03

Changed Files

File Additions Deletions Status
client/main.c +1 -0 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index 6773d52..2816e88 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");