Skip to content

Instantly share code, notes, and snippets.

@mcroissant
Created October 17, 2019 15:23
Show Gist options
  • Save mcroissant/43cfb0c87cea74a8a1ea1a3de818642b to your computer and use it in GitHub Desktop.
Save mcroissant/43cfb0c87cea74a8a1ea1a3de818642b to your computer and use it in GitHub Desktop.
Simple SiLA Parameter
<Command>
...
<Parameter>
<Identifier>RackBarcode</Identifier>
<DisplayName>Rack Barcode</DisplayName>
<Description>The barcode of the rack that will be inserted into the automated freezer</Description>
<DataType>
<Basic>String</Basic>
</DataType>
</Parameter>
<Parameter>
<Identifier>RackHeight</Identifier>
<DisplayName>Rack Height</DisplayName>
<Description>The height of the rack that will be inserted</Description>
<DataType>
<Basic>Real</Basic>
</DataType>
</Parameter>
</Command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment