By satishjyoti1998, 9 July, 2024 Forums Gurux.DLMS client = GXDLMSClient() client.interfaceType = InterfaceType.HDLC NameError: name InterfaceType is not defined. Hi, You must import the… Hi, You must import the InterfaceType like this: from gurux_dlms.enums import InterfaceType BR, Mikko Hi Mikko, Thanks a lot for… Hi Mikko, Thanks a lot for your suggestion. Issue got resolved. Log in or register to post comments
Hi, You must import the… Hi, You must import the InterfaceType like this: from gurux_dlms.enums import InterfaceType BR, Mikko
Hi, You must import the…
Hi,
You must import the InterfaceType like this:
from gurux_dlms.enums import InterfaceType
BR,
Mikko
Hi Mikko, Thanks a lot for…
Hi Mikko,
Thanks a lot for your suggestion. Issue got resolved.