Skip to content

Commit

Permalink
fix: Debug core sdk issue 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 21, 2024
1 parent 08714b1 commit a2b2a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,7 @@
"stereo": {
"type": "boolean"
},
"dolbyDigital5.1": {
"type": "boolean"
},
"dolbyDigital5.1+": {
"dolbyDigital51": {
"type": "boolean"
},
"dolbyAtmos": {
Expand Down
3 changes: 1 addition & 2 deletions src/schemas/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"type": "string",
"enum": [
"stereo",
"dolbyDigital5.1",
"dolbyDigital5.1+",
"dolbyDigital51",
"dolbyAtmos"
]
},
Expand Down

0 comments on commit a2b2a91

Please sign in to comment.