Tell Client: added X as an allowed position (reference puck)

This commit is contained in:
2025-09-02 17:23:59 +02:00
parent bd9a24bc17
commit f7166a6619
+1 -1
View File
@@ -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"