Simple Client Question - Last Used State of USB

First off, thanks for making this program and hats off for singularly making it happen. 

My question is whether or not I can see the last time a USB device was used from the commandline. IPC/API etc etc. 
I noticed it is easily done using the desktop gui but I am curious whether or not it is possible from the commandline with the client.

I just want to know whether or not I can avoid having to write a program to keep track of this from the server-side logs.

Best Regards

#2

No, that is only available in the server log by greping it occasionally to get the state changes.

#3

Ok, thats all I needed to know, thanks! I'll get to work :D

I am using linux in my use case so I may just have the logs directed to a named pipe, filter it with some python and then route it to where it needs to go. 

Thanks for the response!