Hi,
Meraki recently implemented something new which is called "Secure Connect". This is a network on it's own. My client uses this.
The productType of this is "frontizo". Currently I get a parse error because this value is not in the list of productType.

My request is to have the value "frontizo" added to the file Meraki.Api/Data/ProductType.cs
The code that needs to be added would be:
[EnumMember(Value = "frontizo")]
Frontizo,
@danielabbatt @stashjones
Hi,
Meraki recently implemented something new which is called "Secure Connect". This is a network on it's own. My client uses this.
The productType of this is "frontizo". Currently I get a parse error because this value is not in the list of productType.
My request is to have the value "frontizo" added to the file
Meraki.Api/Data/ProductType.csThe code that needs to be added would be:
@danielabbatt @stashjones