Skip to content

Commit

Permalink
unit type fix for CompressorChasingTemp
Browse files Browse the repository at this point in the history
  • Loading branch information
jxg81 committed Oct 27, 2022
1 parent 825e96e commit 575284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const SystemStatusSchema: Schema = {
type: 'uint8',
},
CompressorChasingTemperature: {
type: 'uint8',
type: 'float64',
},
CompressorLiveTemperature: {
type: 'float64',
Expand Down

0 comments on commit 575284a

Please sign in to comment.