diff --git a/script/local.py b/script/local.py index d7213aa..fe9a918 100644 --- a/script/local.py +++ b/script/local.py @@ -22,6 +22,10 @@ OTF_DONE = "X11MA-PHS:ALL-DONE" OTF_ESET = "X11MA-PHS:E_SP" VG10_SET = "X11MA-EPS-VG10:SET" VG10_GET = "X11MA-OP-VG10:OPEN" +VG11_SET = "X11MA-EPS-VG11:SET" +VG11_GET = "X11MA-OP-VG11:OPEN" +VG12_SET = "X11MA-EPS-VG12:SET" +VG12_GET = "X11MA-OP-VG12:OPEN" VG13_SET = "X11MA-EPS-VG13:SET" VG13_GET = "X11MA-OP-VG13:OPEN"