Skip to content

Commit

Permalink
Peripheral ID should be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 11, 2023
1 parent 837c6d2 commit 787e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroplant-frontend/src/modules/kit/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const peripheralUpdated = createAction<{

export const peripheralDeleted = createAction<{
serial: string;
peripheralId: string;
peripheralId: number;
}>("kit/PERIPHERAL_DELETED");

export const rawMeasurementReceived = createAction<{
Expand Down

0 comments on commit 787e65a

Please sign in to comment.