await out_queue.put({'name': 'motoran'})
await fu.set_frequency(30)
await fu.start_inverter()
- await asyncio.sleep(0.2)
+ await asyncio.sleep(0.15)
await fu.stop_inverter()
for out_queue in queues:
await out_queue.put({'name': 'motoraus'})
await out_queue.put({'name': 'motoran'})
await fu.set_frequency(-30)
await fu.start_inverter()
- await asyncio.sleep(0.2)
+ await asyncio.sleep(0.15)
await fu.stop_inverter()
for out_queue in queues:
await out_queue.put({'name': 'motoraus'})