From ac60fa1a568fa1497556e6cc67af50fdcf848437 Mon Sep 17 00:00:00 2001 From: Johan Stokking Date: Tue, 19 Nov 2024 17:35:00 +0100 Subject: [PATCH] Fix profile ID validation (#851) --- schema.json | 6 +++--- vendor/yobiiq/index.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schema.json b/schema.json index b08233e474..4d931f9b13 100644 --- a/schema.json +++ b/schema.json @@ -117,9 +117,9 @@ "required": ["id", "codec"] } ] - }, - "additionalProperties": false - } + } + }, + "additionalProperties": false } }, "additionalProperties": false diff --git a/vendor/yobiiq/index.yaml b/vendor/yobiiq/index.yaml index b75b1daa38..1ce3f6508b 100644 --- a/vendor/yobiiq/index.yaml +++ b/vendor/yobiiq/index.yaml @@ -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'