Skip to content

Commit

Permalink
feat: Remove deprecated voiceGuidance method
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Feb 6, 2025
1 parent c4564ed commit d07d43e
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions src/openrpc/accessibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,44 +147,6 @@
}
]
},
{
"name": "voiceGuidance",
"summary": "Get the user's preferred voice guidance settings",
"params": [],
"tags": [
{
"name": "deprecated",
"x-alternative": "Accessibility.voiceGuidanceSettings()",
"x-since": "0.6.0"
},
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:accessibility:voiceguidance"
]
}
],
"result": {
"name": "settings",
"summary": "the voice guidance settings",
"schema": {
"$ref": "https://meta.comcast.com/firebolt/accessibility#/definitions/VoiceGuidanceSettings"
}
},
"examples": [
{
"name": "Getting the voice guidance settings",
"params": [],
"result": {
"name": "Default Result",
"value": {
"enabled": true,
"speed": 2
}
}
}
]
},
{
"name": "voiceGuidanceSettings",
"summary": "Get the user's preferred voice guidance settings",
Expand Down

0 comments on commit d07d43e

Please sign in to comment.