takes the MOVES bit into account
This commit is contained in:
@ -14,9 +14,10 @@ file "$(sinqSPS_DB)/readbit.db"
|
||||
{1 , 1 , "SHUTTER-READY" , "" , "" , "" }
|
||||
{1 , 2 , "EMERGENCY-STOP-OFF", "" , "" , "" }
|
||||
{1 , 3 , "NOT-LOCKED" , "" , "" , "" }
|
||||
{1 , 4 , "CLOSED" , "Closed" , "Open" , "" }
|
||||
{1 , 5 , "OPEN" , "Open" , "Closed" , "" }
|
||||
{1 , 4 , "CLOSED" , "closed" , "open" , "" }
|
||||
{1 , 5 , "OPEN" , "open" , "closed" , "" }
|
||||
{1 , 6 , "REMOTE-OKAY" , "" , "" , "" }
|
||||
{1 , 7 , "MOVES" , "" , "" , "" }
|
||||
}
|
||||
|
||||
# The way that the strings are currently implemented in the SPS, the first two
|
||||
|
Reference in New Issue
Block a user