We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965f871 commit 090ace3Copy full SHA for 090ace3
output/csharp/src/Seam/Model/DeviceProvider.cs
@@ -156,7 +156,10 @@ public enum DeviceProviderNameEnum
156
AssaAbloyVostio = 41,
157
158
[EnumMember(Value = "assa_abloy_vostio_credential_service")]
159
- AssaAbloyVostioCredentialService = 42
+ AssaAbloyVostioCredentialService = 42,
160
+
161
+ [EnumMember(Value = "tado")]
162
+ Tado = 42
163
}
164
165
[JsonConverter(typeof(StringEnumConverter))]
0 commit comments