Skip to content

Commit

Permalink
Fix profile ID validation (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking authored Nov 19, 2024
1 parent 4bdce9f commit ac60fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
"required": ["id", "codec"]
}
]
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
},
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion vendor/yobiiq/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endDevices:
# It can either be a combo of device ID + hardware version + firmware version + region, or profile ID + codec ID
# NOTE: The profileIDs is different from the vendorID.
profileIDs:
'04154EB7':
'20151': # 0x4EB7
endDeviceID: 'sd-1001'
firmwareVersion: '1.0'
hardwareVersion: '1.0'
Expand Down

0 comments on commit ac60fa1

Please sign in to comment.