Skip to content

Commit c1dc57f

Browse files
BrentIOclaude
andcommitted
Fix AsyncAPI examples to use actual partition name 'app' not 'firmware'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 42f99c2 commit c1dc57f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Controller/asyncapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,15 +1166,15 @@ components:
11661166
installed_version: "2026.04.01"
11671167
latest_version: "2026.06.21"
11681168
release_url: "https://github.com/BrentIO/FireFly-Controller/releases/tag/2026.06.21"
1169-
title: "Updating Firmware"
1169+
title: "Updating App"
11701170
in_progress: true
11711171
update_percentage: 67
11721172
- name: forced-in-progress
11731173
summary: Forced OTA install — same installed and target version
11741174
payload:
11751175
installed_version: "2026.06.21"
11761176
latest_version: "2026.06.21 (Forced)"
1177-
title: "Updating Firmware"
1177+
title: "Updating App"
11781178
in_progress: true
11791179
update_percentage: 42
11801180
- name: failed
@@ -1420,10 +1420,10 @@ components:
14201420
type: string
14211421
description: >
14221422
Label indicating which partition is currently being flashed,
1423-
e.g. "Updating Firmware" or "Updating UI". Present only when
1423+
e.g. "Updating App" or "Updating UI". Present only when
14241424
in_progress is true.
14251425
examples:
1426-
- "Updating Firmware"
1426+
- "Updating App"
14271427
- "Updating UI"
14281428
in_progress:
14291429
type: boolean

0 commit comments

Comments
 (0)