I have a fleet that makes extensive use of device variables to control how the devices function.
I have a particular function that has historically been ON, from the birth of the device in Balena and can then be toggled off using the device Variable.
I now want to inverse that functionality, and have it OFF when the device is born, but then turned on before shipped out.
This creates a small problem as I have 50-60 devices already deployed, where I want them to remain ON, but they are using the inherited valueof the fleet variable.
If I modify the fleet variable default to be OFF, those will flip off out in the field, when infact I want them ON.
There does not seem to be a method to mass edit device variables for existing devices.
I am left to go through, one by one my existing devices and flip their variable value.
Am I missing an option for mass device variable update, or is there an opportunity for a feature here?