Run gofmt

This commit is contained in:
Ben McDonald 2025-06-17 11:21:42 -07:00
parent 7d7ccf33b9
commit 068478d9bc
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ type JawsOutlet struct {
ID string `json:"id"` ID string `json:"id"`
Name string `json:"name"` Name string `json:"name"`
State string `json:"state"` State string `json:"state"`
SocketType string `json:"socket_type"` SocketType string `json:"socket_type"`
Current float32 `json:"current"` Current float32 `json:"current"`
Voltage float32 `json:"voltage"` Voltage float32 `json:"voltage"`
ActivePower int `json:"active_power"` ActivePower int `json:"active_power"`