From 6fe1776b20067869b7e2b903be4bb4e7c8b087b3 Mon Sep 17 00:00:00 2001 From: watts Date: Thu, 16 Jul 2026 14:04:26 +0200 Subject: [PATCH] Update ZMQ Message Reference --- ZMQ-Message-Reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ZMQ-Message-Reference.md b/ZMQ-Message-Reference.md index 5b88689..d5cad7b 100644 --- a/ZMQ-Message-Reference.md +++ b/ZMQ-Message-Reference.md @@ -287,6 +287,8 @@ Successful modification of the positioner definition will result in the publicat The **getSettings** message will return the contents of all .json files referenced in the settings .json file passed to PixelatorController on the command line, the contents of the referenced .json files is placed under the key **referencedJsonFiles**, example json string returned from the **getSettings** message: +
+Example return message ``` {'Detector_Archive_Default': 'no', 'Focus_Archive_Default': 'no', @@ -1365,4 +1367,5 @@ The **getSettings** message will return the contents of all .json files referenc 'topupConfigFileName': './config/topupNoHardware.json', 'zonePlateConfigFileName': './config/zonePlate.json'} ``` +