Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Mar 22, 2023
1 parent f766eb3 commit f63e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zwave_js_server/model/controller/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def timeout_callback(self) -> int:
return self.data["timeoutCallback"]

@property
def background_rssi(self) -> Optional[BackgroundRSSIDataType]:
def background_rssi(self) -> Optional[BackgroundRSSI]:
"""Return background RSSI data."""
if not (background_rssi := self.data.get("backgroundRSSI")):
return None
Expand Down

0 comments on commit f63e013

Please sign in to comment.