Page 1 of 1

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

Posted: Sat Jul 02, 2022 12:34 pm
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?