Skip to content

Commit 14a588e

Browse files
tommymalmqvistTommy Malmqvist
andauthored
Fixes for serde rename error for sType3 (#123)
Co-authored-by: Tommy Malmqvist <[email protected]>
1 parent 400e821 commit 14a588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2_0_1/enumerations/connector_enum_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub enum ConnectorEnumType {
2828
SCEE77,
2929
#[serde(rename = "sType2")]
3030
SType2,
31-
#[serde(rename = "sType2")]
31+
#[serde(rename = "sType3")]
3232
SType3,
3333
Other1PhMax16A,
3434
Other1PhOver16A,

0 commit comments

Comments
 (0)