Skip to content

Commit

Permalink
Fixes for serde rename error for sType3 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Malmqvist <[email protected]>
  • Loading branch information
tommymalmqvist and Tommy Malmqvist authored Dec 6, 2024
1 parent 400e821 commit 14a588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2_0_1/enumerations/connector_enum_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub enum ConnectorEnumType {
SCEE77,
#[serde(rename = "sType2")]
SType2,
#[serde(rename = "sType2")]
#[serde(rename = "sType3")]
SType3,
Other1PhMax16A,
Other1PhOver16A,
Expand Down

0 comments on commit 14a588e

Please sign in to comment.