Closed jc516229 closed 3 years ago
It's line 1482 in aio/api/appliance.py the registered trademark symbol
looks like the fixes for #131 were not also made to the aio files
Thank you for reporting this! You are right. It looks like it's the same three characters across the same three files, except in the aio/api folder.
meraki$ grep -axvr --include \*.py '.*' .
./aio/api/appliance.py: - allowedRules (array): Sets a list of specific SNORT signatures to allow
./aio/api/switch.py: - interfaceIp (string): TheIP address of the interface where the RP needs to be created.
./aio/api/wireless.py: - mandatoryDhcpEnabled (boolean): If true, Mandatory DHCP will enforce that clients connecting to this SSID must use the IP address assigned by the DHCP server. Clients who use a static IP address wont be able to associate.
As mentioned before, this needs to be fixed upstream (OpenAPI spec) and I expect that to happen in calendar Q1.
SDK package has been updated on PyPI. Thanks again for reporting. Happy holidays! https://pypi.org/project/meraki/#history
With 1.4.2 on a Mac, I'm getting...
Reverted to 1.4.0 for now