I get always an empty String from VoltageRemoteControl.GetModuleName()

Post Reply
User avatar
AndreasFranke
Posts: 24
Joined: Fri Apr 16, 2021 10:27 am
Location: Germany
Contact:

I get always an empty String from VoltageRemoteControl.GetModuleName()

Post by AndreasFranke »

Ahoi,
I try to get the name of the module which I just learned by the VoltageRemoteControl class,
but the returned string from its GetModuleName() method is always empty.
the GetControlName() method just works fine and as expected.

Code: Select all

var module = RemoteControls[0][0].GetModuleName(); //always empty
var control = RemoteControls[0][0].GetControlName(); //works fine
Some hints?
Post Reply

Return to “Module Designer”