mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Update __init__.py
This commit is contained in:
parent
2462f9329a
commit
5b0f351a98
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ class GPIOPWMActor(CBPiActor):
|
|||
self.power = 0
|
||||
if self.power > 100:
|
||||
self.power = 100
|
||||
item = self.cbpi.actor.find_by_id(self.id)
|
||||
item.power = self.power
|
||||
await self.set_power(self.power)
|
||||
|
||||
async def on_start(self):
|
||||
|
|
Loading…
Reference in a new issue