Skip to content

Commit

Permalink
[BFN] fix fan status from Not OK to Ok (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynYarovyiBf authored and Andriy Kokhan committed Dec 21, 2021
1 parent 11d7eab commit c350434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_target_speed(self):
An integer, the percentage of full fan speed, in the range 0 (off)
to 100 (full speed)
"""
return 0
return self.get_speed()

def get_speed_tolerance(self):
"""
Expand Down

0 comments on commit c350434

Please sign in to comment.