diff -r fcd2826f5c9e -r 92e528718733 Beremiz_cli.py --- a/Beremiz_cli.py Sat May 20 00:37:31 2023 +0200 +++ b/Beremiz_cli.py Mon May 22 14:37:15 2023 +0200 @@ -117,7 +117,8 @@ click.echo("Press Ctrl+C to quit") try: while True: - time.sleep(1) + session.controller.UpdateMethodsFromPLCStatus() + time.sleep(0.5) except KeyboardInterrupt: pass