From 82f3026b05331e350f7429a12ef12bd5131dfefa Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 8 Apr 2025 18:57:59 +0200 Subject: [PATCH] Update ZMQ Message Reference --- ZMQ-Message-Reference.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ZMQ-Message-Reference.md b/ZMQ-Message-Reference.md index 8e9b6c4..5621d37 100644 --- a/ZMQ-Message-Reference.md +++ b/ZMQ-Message-Reference.md @@ -35,8 +35,7 @@ Published Messages: ## 'recordedChannels' -Data is a list of strings that correspond to the names of the detectors to be enabled. - +Data is a list of strings that correspond to the names of the detectors to be enabled. For example: ``` msg = ['recordedChannels', '["Counter0", "Counter1"]' ] ```