--- name: tjwater-action-business-component-config-options description: business/component-config 下 options 操作技能。 version: 3.0.0 --- # options Action Skill ## 简介 负责 `business/component-config` 场景下 `options` 的具体接口调用。 ## 子模块索引 (渐进式引导) - 当前为叶子节点,直接使用下方接口目录。 ## 接口目录 | Method | Path | Summary | Required Params | Optional Params | |---|---|---|---|---| | GET | `/api/v1/getenergyproperties/` | 获取能耗选项属性 | network (query) | - | | GET | `/api/v1/getenergyschema/` | 获取能耗选项架构 | network (query) | - | | GET | `/api/v1/getoptionproperties/` | 获取选项属性 | network (query) | - | | GET | `/api/v1/getoptionschema/` | 获取选项架构 | network (query) | - | | GET | `/api/v1/getpumpenergyproperties/` | 获取泵能耗属性 | - | - | | GET | `/api/v1/getpumpenergyschema/` | 获取泵能耗选项架构 | network (query) | - | | GET | `/api/v1/gettimeproperties/` | 获取时间选项属性 | network (query) | - | | GET | `/api/v1/gettimeschema` | 获取时间选项架构 | network (query) | - | | POST | `/api/v1/setenergyproperties/` | 设置能耗选项属性 | network (query) | - | | POST | `/api/v1/setoptionproperties/` | 设置选项属性 | network (query) | - | | GET | `/api/v1/setpumpenergyproperties/` | 设置泵能耗属性 | - | - | | POST | `/api/v1/settimeproperties/` | 设置时间选项属性 | network (query) | - | - 覆盖方法:`GET, POST`