We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea817a commit 9c98fe6Copy full SHA for 9c98fe6
pylabrobot/only_fans/fan.py
@@ -15,9 +15,8 @@ def __init__(self, backend: FanBackend):
15
self.backend: FanBackend = backend # fix type
16
17
async def stop(self):
18
- await super().stop()
19
await self.backend.turn_off()
20
- await self.backend.stop()
+ await super().stop()
21
22
async def turn_on(self, intensity: int, duration=None):
23
"""Run the fan
0 commit comments