Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilGruber committed Nov 26, 2024
1 parent 521d619 commit f145bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Device struct {
Name string
MqttTopic string `json:"-"`
MqttState string `json:"-"`
Current float64 `json:"Value"`
Current float64 `json:"value"`
LastChanged *time.Time `json:"-"`
Type string
Hidden bool
Expand Down

0 comments on commit f145bd3

Please sign in to comment.