修复function call的参数类型定义错误

This commit is contained in:
kanako
2025-03-28 23:44:07 +08:00
parent 497def8055
commit 088ee47b3c
2 changed files with 2 additions and 2 deletions
@@ -69,7 +69,7 @@ handle_device_function_desc = {
"description": "动作名称,可选值:get(获取),set(设置),raise(提高),lower(降低)"
},
"value": {
"type": "number",
"type": "integer",
"description": "值大小,可选值:0-100之间的整数"
}
},