Help with "Last Sent Command"

Moderator: Telldus

Post Reply
moryoav
Posts: 33
Joined: Fri Mar 17, 2023 9:45 am

Help with "Last Sent Command"

Post by moryoav »

Naturally the Tellstick doesn't know the state of the device, but it should know what was the last command that was sent to a device.
I'm programming a plugin for Tellstick with Mediaportal and I'm trying to get that information from an entry point in TellUsbD101.dll.

So far I was following the documentation and this post:
http://telldus.se/forum/viewtopic.php?t=132
but I cannot seem to find how to get the last command sent to the device...

How do I do that?

Thanks!
hekj
Posts: 992
Joined: Fri Mar 17, 2023 9:45 am
Location: Stockholm
Contact:

Re: Help with "Last Sent Command"

Post by hekj »

moryoav wrote:Naturally the Tellstick doesn't know the state of the device, but it should know what was the last command that was sent to a device.
I'm programming a plugin for Tellstick with Mediaportal and I'm trying to get that information from an entry point in TellUsbD101.dll.

So far I was following the documentation and this post:
http://telldus.se/forum/viewtopic.php?t=132
but I cannot seem to find how to get the last command sent to the device...

How do I do that?
It's a nice to have feature but not currently available:
http://developer.telldus.se/browser/bra ... lUsbD101.h

/Henrik
moryoav
Posts: 33
Joined: Fri Mar 17, 2023 9:45 am

Post by moryoav »

Can someone explain to me the difference between TellUsbD101.dll and TelldusCore.dll ? because TelldusCore.dll does seem to have a tdLastSentCommand method...?
Post Reply