Hey, I implemented code that uses Meraki's API to get, amongst other things, the firmware versions of Meraki devices on a network. I use this endpoint: GET /networks/{networkId}/devices For some of the devices, I'm getting the following: "Firmware locked. Please contact support." Is there any other way of getting a device's firmware? Does anybody know why would Meraki return this value (on product design perspective) instead of the actual firmware version, even if it's locked?
... View more