openwisp / openwisp-firmware-upgrader

Firmware upgrade solution for OpenWRT with possibility to add support for other embedded OSes. Provides features like automatic retry for network failures, mass upgrades, REST API and more.
http://openwisp.org
Other
50 stars 58 forks source link

[feature] Allow to perform mass upgrade of devices by their location #225

Open nemesifier opened 1 year ago

nemesifier commented 1 year ago

Same as #213 but with a Location object, this would allow us to upgrade all devices in a specific location. If both Group and Location are specified, the mass upgrade must act on both, that is, select all devices of that group who are placed in the same location.

We must remember to not forget to add mention of this feature in the README (intro and mass upgrade explanation section).