Requested (java syntax):
- public long tdTimestampLastSent(int intDeviceId);
- public int tdLastSentCommand(int intDeviceId, int methodsSupported);
- public String tdLastSentValue(int intDeviceId);
I would also like a method that returns a limited number of raw events that has occurred since the service was started (each event should be marked with a timestamp).
/Henrik