I get always an empty String from VoltageRemoteControl.GetModuleName()
Posted: Sat Jul 02, 2022 12:34 pm
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.
Some hints?
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