another fix
This commit is contained in:
@ -63,7 +63,7 @@ class DbOp(object):
|
|||||||
'unit': res[2]
|
'unit': res[2]
|
||||||
}
|
}
|
||||||
logger.debug(f"{variable=}")
|
logger.debug(f"{variable=}")
|
||||||
return application
|
return variable
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Error getting variable: {e}")
|
logger.error(f"Error getting variable: {e}")
|
||||||
raise VariableNotFoundException(appId, converterId, deviceId, variableId)
|
raise VariableNotFoundException(appId, converterId, deviceId, variableId)
|
||||||
|
Reference in New Issue
Block a user