Skip to content

Commit 0ab6ca8

Browse files
BrentIOclaude
andcommitted
fix: correct UUID v4, controller and client OTA URL examples
- Replace UUID v1 (6ba7b810-9dad-11d1-...) with valid v4 - Set controller and client OTA URL examples to the canonical template URL with $$class$$/$$product_hex$$/$$application$$ substitution variables Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49b1e8b commit 0ab6ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Controller/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ paths:
663663
Multiple controllers:
664664
value:
665665
- 550e8400-e29b-41d4-a716-446655440000
666-
- 6ba7b810-9dad-11d1-80b4-00c04fd430c8
666+
- b3d4e5f6-a7b8-4c9d-a0e1-f23456789012
667667
No controllers:
668668
$ref: '#/components/examples/emptyArray'
669669
'401':
@@ -705,7 +705,7 @@ paths:
705705
area: Tech Room
706706
mac_address: 'a4:cf:12:7e:3b:01'
707707
ota:
708-
url: https://firmware.fireflylx.com/controller/manifest.json
708+
url: https://api.fireflylx.com/ota/$$class$$/$$product_hex$$/$$application$$?current_version=$$current_version$$
709709
mqtt:
710710
host: mymqtt.host.com
711711
port: 1883
@@ -898,7 +898,7 @@ paths:
898898
tags:
899899
- Security
900900
ota:
901-
url: https://firmware.fireflylx.com/client/manifest.json
901+
url: https://api.fireflylx.com/ota/$$class$$/$$product_hex$$/$$application$$?current_version=$$current_version$$
902902
mqtt:
903903
host: mymqtt.host.com
904904
port: 1883

0 commit comments

Comments
 (0)