From b3a61c961e21a61bb5db2fbed75f9e7b80ce45ee Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz <jerzy.jamroz@esss.se> Date: Wed, 12 Feb 2020 12:33:33 +0100 Subject: [PATCH] None state clarification. --- init/databuffer-ess.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init/databuffer-ess.json b/init/databuffer-ess.json index 2930143..b6bd987 100644 --- a/init/databuffer-ess.json +++ b/init/databuffer-ess.json @@ -23,7 +23,7 @@ "PBMod": { "None": { "id": 0, - "description": "No Beam" + "description": "Not Configured" }, "NoBeam": { "id": 1, @@ -76,7 +76,8 @@ }, "PBDest": { "None": { - "id": 0 + "id": 0, + "description": "Not Configured" }, "ISrc": { "id": 10, -- GitLab