client: Add WSC-capable indication for device

This commit is contained in:
Tim Kourt 2017-05-01 10:23:52 -07:00 committed by Denis Kenzior
parent 53980c98d8
commit 03f517a1f7
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ static void display_device(const struct proxy_interface *proxy)
device->adapter) ? : "");
}
display("%s%*s %-*s%-*s\n", MARGIN, 8, "", 20, "WSC-capable",
47, device->wsc ? "yes" : "no");
display_table_footer();
}