From a2b2a9126825e012745f0f8ebb3853721eeef9dc Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Wed, 21 Aug 2024 13:39:02 -0400 Subject: [PATCH] fix: Debug core sdk issue 8 --- src/openrpc/device.json | 5 +---- src/schemas/types.json | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/openrpc/device.json b/src/openrpc/device.json index fe208f245..9018c7db1 100644 --- a/src/openrpc/device.json +++ b/src/openrpc/device.json @@ -838,10 +838,7 @@ "stereo": { "type": "boolean" }, - "dolbyDigital5.1": { - "type": "boolean" - }, - "dolbyDigital5.1+": { + "dolbyDigital51": { "type": "boolean" }, "dolbyAtmos": { diff --git a/src/schemas/types.json b/src/schemas/types.json index 5d5eed60e..653ea6d86 100644 --- a/src/schemas/types.json +++ b/src/schemas/types.json @@ -35,8 +35,7 @@ "type": "string", "enum": [ "stereo", - "dolbyDigital5.1", - "dolbyDigital5.1+", + "dolbyDigital51", "dolbyAtmos" ] },