Page 1 of 1

Help with "Last Sent Command"

Posted: Fri Mar 17, 2023 9:45 am
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!

Re: Help with "Last Sent Command"

Posted: Fri Mar 17, 2023 9:45 am
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

Posted: Fri Mar 17, 2023 9:45 am
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...?