Last Updated on: 2024-09-10 07:19:13
Get the instruction set of the category by the product category code.
Parameter name | Type | Description |
---|---|---|
result | FunctionRes |
Description of result
Parameter name | Type | Description |
---|---|---|
category | String | Product category |
functions | List | Instruction set |
Description of functions
Parameter name | Type | Description |
---|---|---|
name | String | Instruction name |
desc | String | Description |
code | String | Instruction |
type | String | Instruction type |
values | String | The input parameter range of the instruction |
{
"result": {
"functions": [
{
"code": "switch",
"values": "{}",
"type": "Boolean",
"name": "Switch",
"desc": "Master switch"
}
],
"category": "kg"
},
"t": 1571293457435,
"success": true
}
For more information, see error code.