{
    "bmc.dev.Psu": {
        "properties": {
            "Slot": {
                "baseType": "U32",
                "readOnly": true,
                "description": "槽位号",
                "options": {
                    "emitsChangedSignal": "const"
                }
            },
            "Protocol": {
                "baseType": "String",
                "readOnly": true,
                "description": "控制协议",
                "options": {
                    "emitsChangedSignal": "const"
                }
            },
            "Location": {
                "baseType": "String",
                "readOnly": true,
                "description": "电源所在(板卡)位置",
                "options": {
                    "emitsChangedSignal": "const"
                }
            },
            "Manufacturer": {
                "baseType": "String",
                "readOnly": true,
                "description": "厂商",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "Model": {
                "baseType": "String",
                "readOnly": true,
                "description": "类型",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "PowerSupplyType": {
                "baseType": "U32",
                "readOnly": true,
                "default": 0,
                "description": "供电类型(输入模式): 0: DC, 1: AC, 2: AC/DC, 255: N/A",
                "options": {
                    "emitsChangedSignal": "false"
                },
                "enum": [
                    0,
                    1,
                    2,
                    255
                ]
            },
            "SerialNumber": {
                "baseType": "String",
                "readOnly": true,
                "description": "序列号",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "PartNumber": {
                "baseType": "String",
                "readOnly": true,
                "description": "部件号",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "FirmwareVersion": {
                "baseType": "String",
                "readOnly": true,
                "description": "固件版本",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "ProductionDate": {
                "baseType": "String",
                "readOnly": true,
                "description": "固件日期",
                "options": {
                    "emitsChangedSignal": "false"
                }
            },
            "WorkMode": {
                "baseType": "U8",
                "readOnly": true,
                "description": "工作模式: 0: 主用模式 1: 备用模式",
                "options": {
                    "emitsChangedSignal": "true"
                },
                "enum": [
                    0,
                    1
                ]
            }
        },
        "methods": {}
    }
}