blob: c64fccc46db04b1b18912c5c0e3c542f2ce9df6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{
"namespace": "systemManufacturer",
"description": "experimental API extension to allow reading the device's manufacturer",
"functions": [
{
"name": "getManufacturer",
"type": "function",
"description": "Get the device's manufacturer",
"parameters": [],
"returns": {
"type": "string",
"properties": {},
"additionalProperties": { "type": "any" },
"description": "The manufacturer's name."
}
}
]
}
]
|