diff -r 3ca5611d6308 -r b276d05bdb09 bacnet/web_settings.py --- a/bacnet/web_settings.py Tue Jun 16 10:12:21 2020 +0200 +++ b/bacnet/web_settings.py Tue Jun 16 10:16:25 2020 +0200 @@ -315,6 +315,8 @@ GetParamFuncName = "__bacnet_%(location_str)s_get_ConfigParam_" + name SetParamFuncName = "__bacnet_%(location_str)s_set_ConfigParam_" + name + # XXX TODO : stop reading from PLC .so file. This code is template code + # that can use modbus extension build data GetParamFuncs[name] = getattr(PLCObject.PLClibraryHandle, GetParamFuncName) GetParamFuncs[name].restype = c_dtype GetParamFuncs[name].argtypes = None