From 60ec1edb329ae39bc2a319fb26a10ad0f91162a2 Mon Sep 17 00:00:00 2001 From: focus Date: Tue, 5 Jul 2022 11:00:35 +0200 Subject: [PATCH] fix He-fill enum --- cfg/sea/variox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/sea/variox.config.json b/cfg/sea/variox.config.json index 002d639..cb37fb5 100644 --- a/cfg/sea/variox.config.json +++ b/cfg/sea/variox.config.json @@ -219,7 +219,7 @@ {"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]}, "ln2fill": {"base": "/ln2fill", "params": [ -{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3}, +{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3}, {"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3}, {"path": "status", "type": "text", "visibility": 3}, {"path": "state", "type": "text"}]},