From 75cd3f231f14be1424d83441efe9ffda3ae0c275 Mon Sep 17 00:00:00 2001 From: X11MA Date: Sat, 5 Dec 2015 00:56:56 +0100 Subject: [PATCH] Closedown --- script/local.py | 4 ++++ 1 file changed, 4 insertions(+) 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"