- removed recognising of activate

This commit is contained in:
jens
2020-12-18 19:30:31 +01:00
parent 1e80b02216
commit 21533e5084
-2
View File
@@ -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)