Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 16, 2024
1 parent 46a9830 commit 7d4b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/echarge/salia/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Port struct {
ChargeMode string
PauseCharging int `json:"pausecharging,string"`
PhaseSwitching struct {
Actual int
Actual int `json:",string"`
Status string
SetPhase string `json:"setphase,omitempty"`
} `json:"phase_switching"`
Expand Down

0 comments on commit 7d4b531

Please sign in to comment.