Skip to content

Commit

Permalink
fix cmdfan json property name
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Oct 10, 2023
1 parent 17451b6 commit faa8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fans/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

type CmdFan struct {
Config configuration.FanConfig `json:"configuration"`
Config configuration.FanConfig `json:"config"`
MovingAvg float64 `json:"movingAvg"`

Rpm int `json:"rpm"`
Expand Down

0 comments on commit faa8b9e

Please sign in to comment.