{
    "bmc.dev.Controller.Battery": {
        "properties": {
            "Name": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "BBU的名称"
            },
            "Presence": {
                "baseType": "Boolean",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "BBU的在位"
            },
            "TemperatureCelsius": {
                "baseType": "U16",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "BBU的温度"
            },
            "FaultCode": {
                "baseType": "U64",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "BBU的故障码"
            }
        },
        "methods": {}
    }
}