Skip to content

Commit

Permalink
Add self argument
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Johnson <ben@binarylogic.com>
  • Loading branch information
binarylogic committed Apr 14, 2024
1 parent f99099d commit 773b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trinnov_altitude/trinnov_altitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def power_on(self):

send_magic_packet(self.mac)

def power_on_available() -> bool:
def power_on_available(self) -> bool:
"""
Can the device be powered on.
Expand Down

0 comments on commit 773b470

Please sign in to comment.