We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c449039 commit c18452aCopy full SHA for c18452a
villas/controller/components/managers/villas_relay.py
@@ -94,7 +94,7 @@ def status(self):
94
status = super().status
95
96
try:
97
- version = self._status.get('version')
+ version = status.get('version')
98
status['status']['villas_relay_version'] = version
99
except Exception as e:
100
self.change_to_error('failed to get version from VILLASrelay',
0 commit comments