- removed recognising of activate
This commit is contained in:
@@ -25,8 +25,6 @@ class StirrerTask(ATask):
|
||||
for pair in data.items():
|
||||
if 'Speed' in pair[0]:
|
||||
self.device.set_speed(pair[1])
|
||||
if 'Activate' in pair[0]:
|
||||
self.device.activate(pair[1] == 1)
|
||||
|
||||
async def send(self, data):
|
||||
await self.msg_handler.send(data)
|
||||
|
||||
Reference in New Issue
Block a user