Ticket #83 (new enhancement)
Request for new timestamp methods in API
| Reported by: | nexahome@… | Owned by: | micke prag <micke.prag@…> |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1.3 |
| Component: | telldus-core | Version: | 2.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Platform: | All | Sensitive: | |
| Verified by Telldus: | no |
Description
I would like a new method that returns a timestamp for a given device, the time when a command/value was last sent.
Requested (java syntax):
public long tdTimestampLastSent(int intDeviceId);
Existing (java syntax):
public int tdLastSentCommand(int intDeviceId, int methodsSupported);
public String tdLastSentValue(int intDeviceId);
The timestamp could be number of milliseconds since Jan 1, 1970.
Change History
Note: See
TracTickets for help on using
tickets.
