Is there a way I can update all my end devices with the same parameter in the same Application using the ttn-lw-cli without having to enter the same command for each device?
I can use the list command to get all my end device in my application but stuck on how to use the update command to set for instance supports-32-bit-f-cnt to true for all the end devices without having to enter the same command one after the other for all the devices using the device id.
I tried this command:
end-devices update my-test-stations all [flag]
I got this error:
end device with id all
not found in application with id my-test-stations