Commit 7065f63a authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1150 Show client capabilities in z-push-admin.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7a7ebdb5
......@@ -940,6 +940,7 @@ class ZPushAdminCLI {
echo "\tVersion:\t". $device->GetKoeVersion() ."\n";
echo "\tBuild:\t\t". $device->GetKoeBuild() ."\n";
echo "\tBuild Date:\t". strftime("%Y-%m-%d %H:%M",$device->GetKoeBuildDate()) ."\n";
echo "\tCapabilities:\t". (count($device->GetKoeCapabilities()) ? implode(',', $device->GetKoeCapabilities()) : 'unknown') ."\n";
}
echo "Attention needed:\t";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment