Hi there is no support for the method function in the app from where we can make relay connect or disconnect request
public void Method(GXDLMSObject it, int attributeIndex, object value, DataType type)
something like this is not present
Can you point out where the method is used so I can use it in the android accordingly
Thanks
Forums
Hi, You can connect theā¦
Hi,
You can connect the relay with Disconnect control.
GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl();
byte[][] data = dc.remoteDisconnect(client);
or
byte[][] data = dc.remoteReconnect(client);
Send data to the meter using ReadDataBlock.
BR,
Mikko