From fa72ccae5634dc95cd3090cbba397e2bb0060d31 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommy.persson@liu.se>
Date: Sun, 29 Sep 2024 11:41:27 +0200
Subject: [PATCH] Work on multiple tst streaming

---
 srv/TSTExecute.srv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srv/TSTExecute.srv b/srv/TSTExecute.srv
index acc4af1..75bca5d 100644
--- a/srv/TSTExecute.srv
+++ b/srv/TSTExecute.srv
@@ -1,6 +1,7 @@
 # Start execution of TST.  The returned uuid can be used to check status of execution.
 
 string json_tst         # JSON for the tree to be executed
+int32 channel           # Channel to disply TST on
 ---
 string uuid
 bool success
-- 
GitLab