Commit e4f60457 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #457 in ZP/z-push from...

Merge pull request #457 in ZP/z-push from feature/ZP-1150-shoe-koe-client-capabilities-in-z-push-admin to develop

* commit '7065f63a':
  ZP-1150 Show client capabilities in z-push-admin.
parents 7a7ebdb5 7065f63a
...@@ -940,6 +940,7 @@ class ZPushAdminCLI { ...@@ -940,6 +940,7 @@ class ZPushAdminCLI {
echo "\tVersion:\t". $device->GetKoeVersion() ."\n"; echo "\tVersion:\t". $device->GetKoeVersion() ."\n";
echo "\tBuild:\t\t". $device->GetKoeBuild() ."\n"; echo "\tBuild:\t\t". $device->GetKoeBuild() ."\n";
echo "\tBuild Date:\t". strftime("%Y-%m-%d %H:%M",$device->GetKoeBuildDate()) ."\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"; 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