Skip to content

Commit

Permalink
Fix lid status type to match api
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 9, 2024
1 parent 7e50032 commit f78c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/redux/modules/api-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface HeaterShakerData {
status: HeaterShakerStatus
}
export interface AbsorbanceReaderData {
lidStatus: 'open' | 'closed' | 'unknown'
lidStatus: 'on' | 'off' | 'unknown'
platePresence: 'present' | 'absent' | 'unknown'
sampleWavelength: number | null
status: AbsorbanceReaderStatus
Expand Down

0 comments on commit f78c72b

Please sign in to comment.