Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f8f9449c99
|
@ -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