Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Guzz-T committed Oct 31, 2024
1 parent def2251 commit cc8980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxtronik/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, parameters=None, calculations=None, visibilities=None, safe=T
self.visibilities = Visibilities() if visibilities is None else visibilities

def get_firmware_version(self):
return self.parameters.get_firmware_version()
return self.calculations.get_firmware_version()


class LuxtronikSocketInterface:
Expand Down

0 comments on commit cc8980d

Please sign in to comment.