Added LastCommunication and SinceLastCommunication to the adapter type.

Change-Id: Ibc63c6e38af27ff739a6e54f54d28a753d27fa56
diff --git a/internal/pkg/commands/adapter.go b/internal/pkg/commands/adapter.go
index b777889..1a901bc 100644
--- a/internal/pkg/commands/adapter.go
+++ b/internal/pkg/commands/adapter.go
@@ -25,7 +25,7 @@
 )
 
 const (
-	DEFAULT_OUTPUT_FORMAT = "table{{ .Id }}\t{{.Vendor}}\t{{.Version}}"
+	DEFAULT_OUTPUT_FORMAT = "table{{ .Id }}\t{{ .Vendor }}\t{{ .Version }}\t{{ .SinceLastCommunication }}"
 )
 
 type AdapterList struct {