{
"bmc.dev.Cooling": {
"properties": {
"TemperatureCelsius": {
"baseType": "Double",
"readOnly": true,
"description": "用于调速的温度读值",
"options": {
"emitsChangedSignal": "true"
}
},
"TemperatureStatus": {
"baseType": "U8",
"readOnly": true,
"description": "用于调速的温度状态",
"options": {
"emitsChangedSignal": "true"
}
},
"TargetTemperatureCelsius": {
"baseType": "Double",
"readOnly": true,
"description": "器件调速目标值",
"options": {
"emitsChangedSignal": "true"
}
},
"MaxTemperatureCelsius": {
"baseType": "Double",
"readOnly": true,
"description": "器件调速最大值",
"options": {
"emitsChangedSignal": "true"
}
}
},
"methods": {}
}
}