Skip to content

Commit

Permalink
Use float64 for SensorExerpt (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsli authored Oct 22, 2024
1 parent 58a9e90 commit 9bc001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redfish/sensor.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ type SensorExcerpt struct {
// The link to the resource that provides the data for this sensor.
DataSourceURI string `json:"DataSourceUri"`
// The sensor value.
Reading float32
Reading float64
}

// SensorFanArrayExcerpt shall represent a sensor for a Redfish implementation.
Expand Down

0 comments on commit 9bc001c

Please sign in to comment.