As an admin, I want to edit a bot's configuration, so that I can correct names, adjust state, or take a bot offline for maintenance. Acceptance criteria: - [ ] An edit form pre-fills with the bot's current values - [ ] Submitting calls PUT /api/bots/{id} - [ ] Changes are reflected in the fleet list immediately - [ ] The form blocks invalid input (battery outside 0 to 100, empty name)
As an admin, I want to edit a bot's configuration, so that I can correct names, adjust state, or take a bot offline for maintenance.
Acceptance criteria: