I am wondering if its possible to add a setting to allow devices when claimed to have the Console to automatically lock the firmware to the current released firmware version.
This would save a ton of time. Currently, each device after being claimed need to be clicked on to edit. There’s a total of 7 mouse clicks required to lock a device.
Is your firmware released to the general product group? It should automatically get that firmware without needing to be locked to the current version? Or is the goal to only use the current version of firmware on a device after its first activation?
Its being claimed with a product ID and once it comes on-line it shows up in the console where I then click to claim it. Once claimed it is unlocked. We want to lock all of our devices as they come online.
So,
The goal is to only use the current version of firmware on a device after its first activation.
Another option is to use a script. This is a node.js script that claims a device and locks its firmware. You create a file of device IDs (one per line), then call it like:
Now that you mention it, that would make a lot of sense. I modified the script so it now also adds the devices to the product so you don’t have to upload the device IDs file separately. The updated version is on Github.