File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
api/src/opentrons/protocol_engine/commands/flex_stacker
shared-data/command/schemas Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
from opentrons .protocol_engine .state .state import StateView
20
20
from opentrons .protocol_engine .execution import EquipmentHandler
21
21
22
- SetStoredLabwareCommandType = Literal ["flexStacker/setStoredlabware " ]
22
+ SetStoredLabwareCommandType = Literal ["flexStacker/setStoredLabware " ]
23
23
24
24
25
25
class StackerStoredLabwareDetails (BaseModel ):
@@ -174,7 +174,7 @@ class SetStoredLabware(
174
174
):
175
175
"""A command to setstoredlabware the Flex Stacker."""
176
176
177
- commandType : SetStoredLabwareCommandType = "flexStacker/setStoredlabware "
177
+ commandType : SetStoredLabwareCommandType = "flexStacker/setStoredLabware "
178
178
params : SetStoredLabwareParams
179
179
result : Optional [SetStoredLabwareResult ] = None
180
180
@@ -184,7 +184,7 @@ class SetStoredLabware(
184
184
class SetStoredLabwareCreate (BaseCommandCreate [SetStoredLabwareParams ]):
185
185
"""A request to execute a Flex Stacker SetStoredLabware command."""
186
186
187
- commandType : SetStoredLabwareCommandType = "flexStacker/setStoredlabware "
187
+ commandType : SetStoredLabwareCommandType = "flexStacker/setStoredLabware "
188
188
params : SetStoredLabwareParams
189
189
190
190
_CommandCls : Type [SetStoredLabware ] = SetStoredLabware
Original file line number Diff line number Diff line change 4933
4933
"description" : " A request to execute a Flex Stacker SetStoredLabware command." ,
4934
4934
"properties" : {
4935
4935
"commandType" : {
4936
- "const" : " flexStacker/setStoredlabware " ,
4937
- "default" : " flexStacker/setStoredlabware " ,
4938
- "enum" : [" flexStacker/setStoredlabware " ],
4936
+ "const" : " flexStacker/setStoredLabware " ,
4937
+ "default" : " flexStacker/setStoredLabware " ,
4938
+ "enum" : [" flexStacker/setStoredLabware " ],
4939
4939
"title" : " Commandtype" ,
4940
4940
"type" : " string"
4941
4941
},
6583
6583
"flexStacker/empty" : " #/$defs/EmptyCreate" ,
6584
6584
"flexStacker/fill" : " #/$defs/FillCreate" ,
6585
6585
"flexStacker/retrieve" : " #/$defs/RetrieveCreate" ,
6586
- "flexStacker/setStoredlabware " : " #/$defs/SetStoredLabwareCreate" ,
6586
+ "flexStacker/setStoredLabware " : " #/$defs/SetStoredLabwareCreate" ,
6587
6587
"flexStacker/store" : " #/$defs/StoreCreate" ,
6588
6588
"getNextTip" : " #/$defs/GetNextTipCreate" ,
6589
6589
"getTipPresence" : " #/$defs/GetTipPresenceCreate" ,
You can’t perform that action at this time.
0 commit comments