Skip to content

Commit

Permalink
Update data_point.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Nov 19, 2024
1 parent 2b79ace commit c598b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hahomematic/model/hub/data_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
self._min: Final = data.min_value
self._unit: Final = data.unit

self._current_value = data.value
self._current_value: SYSVAR_TYPE = data.value
self._previous_value: SYSVAR_TYPE = None
self._temporary_value: SYSVAR_TYPE = None

Expand Down

0 comments on commit c598b9d

Please sign in to comment.