{
"bmc.kepler.Debug.PidConfiguration": {
"properties": {},
"methods": {
"GetVersion": {
"req": {},
"rsp": {},
"description": "打印PID版本信息"
},
"SetPidPrintMode": {
"req": {
"Type": {
"baseType": "U8",
"description": "PID信息类型,1表示配置信息,2表示控制信息"
},
"Enabled": {
"baseType": "U8",
"description": "PID信息打印开关,取值为0和1, 0表示关闭信息打印,1表示开启信息打印"
}
},
"rsp": {},
"description": "设置PID信息打印开关"
},
"SetPidConfigItem": {
"req": {
"ItemIndex": {
"baseType": "U8",
"description": "PID场景识别配置项索引"
},
"ItemValue": {
"baseType": "U8",
"description": "配置场景值"
}
},
"rsp": {},
"description": "设置PID模块配置信息"
}
}
}
}