6fede1e4创建于 9 天前历史提交
{
    "bmc.dev.Fan.Control": {
        "properties": {},
        "methods": {
            "SetFanPWM": {
                "description": "设置风扇转速",
                "req": {
                    "pwm": {
                        "baseType": "Double",
                        "description": "PWM占空比值 (0-100)"
                    }
                },
                "rsp": {
                    "result": {
                        "baseType": "U8",
                        "description": "返回结果,0:成功;其他:失败"
                    }
                }
            },
            "SetTime": {
                "description": "设置风扇时间",
                "req": {
                    "time": {
                        "baseType": "String",
                        "description": "时间字符串"
                    }
                },
                "rsp": {
                    "result": {
                        "baseType": "U8",
                        "description": "返回结果,0:成功;其他:失败"
                    }
                }
            }
        }
    }
}