Skip to content

Commit

Permalink
add status prop to RadioClient
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Jan 18, 2025
1 parent 27b7760 commit 435a1aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/benlink/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ async def set_beacon_settings(self, **packet_settings_args: Unpack[BeaconSetting

self._beacon_settings = new_beacon_settings

@property
def status(self) -> Status:
self._assert_conn()
return self._status

@property
def settings(self) -> Settings:
self._assert_conn()
Expand Down

0 comments on commit 435a1aa

Please sign in to comment.