{
    "bmc.dev.Retimer": {
        "properties": {
            "Name": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "芯片名称"
            },
            "Type": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "芯片类型"
            },
            "Location": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "芯片位置号"
            },
            "FirmwareVersion": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "固件版本"
            },
            "DieId": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "芯片DieId"
            }
        },
        "methods": {
            "UpgradeFirmware": {
                "req": {
                    "FilePath": {
                        "baseType": "String",
                        "description": "升级文件路径"
                    }
                },
                "rsp": {
                    "TaskId": {
                        "baseType": "U32",
                        "description": "任务Id"
                    }
                }
            }
        }
    }
}