Skip to content
3,042 changes: 1,070 additions & 1,972 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions src/openrpc/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,40 @@
}
]
},
{
"name": "getNavigationIntent",
"tags": [
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:discovery:navigate-to"
]
}
],
"summary": "get the latest navigation intent",
"params": [],
"result": {
"name": "intent",
"schema": {
"$ref": "https://meta.rdkcentral.com/firebolt/schemas/intents#/definitions/NavigationIntent"
}
},
"examples": [
{
"name": "Get the latest navigation intent",
"params": [],
"result": {
"name": "intent",
"value": {
"action": "home",
"context": {
"source": "voice"
}
}
}
}
]
},
{
"name": "navigateTo",
"tags": [
Expand Down
Loading
Loading