6fede1e4创建于 9 天前历史提交
{
    "bmc.dev.Fan.Status": {
        "properties": {
            "FrontPresence": {
                "baseType": "U8",
                "readOnly": false,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "前转子在位状态, 1: 在位, 0:不在位"
            },
            "RearPresence": {
                "baseType": "U8",
                "readOnly": false,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "后转子在位状态, 1: 在位, 0:不在位"
            },
            "FrontStatus": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "前转子状态,0:正常,非0:异常"
            },
            "RearStatus": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "后转子状态,0:正常,非0:异常"
            },
            "Health": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "风扇健康状态"
            },
            "SpeedStable": {
                "baseType": "Boolean",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "风扇转速是否稳定"
            }
        },
        "methods": {}
    }
}