mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Run gofmt
This commit is contained in:
parent
7d7ccf33b9
commit
068478d9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue