From 498edda1532d109147eebcb8cde7a6896bf2515f Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Mon, 9 Dec 2024 09:41:30 +0000 Subject: [PATCH] use new wd pv from blockserver --- app/components/InstrumentData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/InstrumentData.tsx b/app/components/InstrumentData.tsx index fa5d289..7b64b18 100644 --- a/app/components/InstrumentData.tsx +++ b/app/components/InstrumentData.tsx @@ -30,7 +30,7 @@ let lastUpdate: string = ""; export function InstrumentData({ instrumentName }: { instrumentName: string }) { const [showHiddenBlocks, setShowHiddenBlocks] = useState(false); - const CONFIG_DETAILS = "CS:BLOCKSERVER:GET_CURR_CONFIG_DETAILS"; + const CONFIG_DETAILS = "CS:BLOCKSERVER:WD_CONF_DETAILS"; const [instlist, setInstlist] = useState(null); const [currentInstrument, setCurrentInstrument] = useState( null,