Skip to content

Commit

Permalink
Fix enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryba1986 committed Jul 10, 2022
1 parent bfc5b30 commit 00b673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zeus.Enums/Devices/DeviceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum DeviceType : short
ClimatixCoCo = 1010,

[Description("ClimatixCoCwu")]
ClimatixCoCwu = 10020,
ClimatixCoCwu = 1020,


[Description("Rvd145Co")]
Expand Down

0 comments on commit 00b673b

Please sign in to comment.