Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared-data, api): add absorbance plate reader definition and module control #15167

Merged
merged 20 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix module type
  • Loading branch information
ahiuchingau committed May 13, 2024
commit 34f0eeed2d3e10b5a74fb1692965cffaa6315f37
2 changes: 1 addition & 1 deletion shared-data/module/definitions/3/absorbanceReaderV1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$otSharedSchema": "module/schemas/3",
"moduleType": "plateReaderModuleType",
"moduleType": "absorbanceReaderType",
"model": "absorbanceReaderV1",
"labwareOffset": {
"x": 0.0,
Expand Down
2 changes: 1 addition & 1 deletion shared-data/module/schemas/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"thermocyclerModuleType",
"heaterShakerModuleType",
"magneticBlockType",
"plateReaderModuleType"
"absorbanceReaderType"
],
"type": "string"
},
Expand Down
Loading