Skip to content

Commit

Permalink
add tts and chipset methods
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed May 13, 2024
1 parent 4c12e84 commit 9a38102
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,39 @@
}
]
},
{
"name": "chipset",
"summary": "Get the device's chipset",
"params": [],
"tags": [
{
"name": "property:readonly"
},
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:device:info"
]
}
],
"result": {
"name": "chipset",
"summary": "Get the device's chipset",
"schema": {
"type": "string"
}
},
"examples": [
{
"name": "Getting the device's chipset",
"params": [],
"result": {
"name": "Default Result",
"value": "BCM2711"
}
}
]
},
{
"name": "imageVersion",
"summary": "Get the device's image version",
Expand Down
Loading

0 comments on commit 9a38102

Please sign in to comment.