Page 1 of 1

Get Dim Level?

Posted: Fri Mar 17, 2023 9:45 am
by marstc1
Hi,

Is it possible to get the current set Dim level of a device using the the TelldusNETWrapper?

Many thanks


Chris

Re: Get Dim Level?

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Check if last sent command is TELLSTICK_DIM using tdLastSentCommand(). After than you can get the value using tdLastSentValue().