feat: ui rework and gear generator

This commit is contained in:
2026-04-28 17:13:30 +02:00
parent 82ea8125e1
commit 57a14134a6
300 changed files with 2901 additions and 135 deletions

View File

@ -544,8 +544,8 @@ abstract interface class FirmwareUpdateTransport {
/// Verifies that the device is reachable after reconnect.
///
/// Current limitation: strict firmware version comparison is not possible
/// yet because no firmware version characteristic is exposed by the device.
/// Current limitation: strict firmware image comparison is not possible from
/// the selected binary metadata alone, even though DIS exposes a revision.
Future<Result<void>> verifyDeviceReachable({
required Duration timeout,
});