From 54781fee4b1e6e5ab5091f426dd2596a99a5a2fc Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Thu, 7 Sep 2023 12:18:16 +0200 Subject: [PATCH] cleanup Falcon entries --- X_X12SA_FalconX1.json | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/X_X12SA_FalconX1.json b/X_X12SA_FalconX1.json index f79feef..5ee9754 100644 --- a/X_X12SA_FalconX1.json +++ b/X_X12SA_FalconX1.json @@ -2,12 +2,12 @@ "menu": [ { "type": "title", - "text": "X05LA SITORO 1-Element" + "text": "X12SA SITORO 1-Element" }, { "type": "cmd", "text": "Main SITORO Panel", - "command": "G_CS_medm -q -x -noMsg -dg +100+100 -macro \"P=X12SA-SITORO:,M=mca,D=dxp,\" X_X12SA_1element_SITORO.ui" + "command": "caqtdm -x -noMsg -dg +100+100 -macro \"P=X12SA-SITORO:,M=mca,D=dxp,\" 1element_SITORO.ui" }, { "type": "separator" @@ -15,26 +15,7 @@ { "type": "cmd", "text": "mcaDisplay Channel 1", - "command": "X_X12SA_mcaDisplayStart X12SA-SITORO:mca1" - }, - { - "type": "separator" - }, - { - "type": "title", - "text": "FalconX1 Savings" - }, - { - "type": "separator" - }, - { - "type": "title", - "text": "Delete auto_save/restore files" - }, - { - "type": "cmd", - "text": "Delete X12SA FalconX1 auto_save/restore files", - "command": "bash -c \"rm -fv /home/ioc/archiver-data/autoSR/X_X12SA_FalconX1/*\"" + "command": "mcaDisplayStart X12SA-SITORO:mca1" } ] -} \ No newline at end of file +}