From 440c23cc7db82f33337c35e06b3005b3d2e0dbae Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Mon, 29 Aug 2022 13:08:20 +0200 Subject: [PATCH] Closedown --- script/local.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/local.py b/script/local.py index 997d46a..101a482 100644 --- a/script/local.py +++ b/script/local.py @@ -188,3 +188,8 @@ def stop_viewer(): def on_system_restart(): print ("restart") stop_pipeline() + + +def on_ctrl_cmd(cmd): + print ("Control command: ", cmd) + pass