Tell Client: added X as an allowed position (reference puck)
This commit is contained in:
@@ -31,7 +31,7 @@ class TellCommandWhileBusyException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
VALID_DEWAR_POSITIONS = [f"{p}{n}" for n in "12345" for p in "ABCDEF"]
|
||||
VALID_DEWAR_POSITIONS = [f"{p}{n}" for n in "12345" for p in "ABCDEFX"]
|
||||
|
||||
POSITION_PARK = "pPark"
|
||||
POSITION_COLD = "pCold"
|
||||
|
||||
Reference in New Issue
Block a user