{
    "bmc.dev.MemoryChannel": {
        "properties": {
            "PhysicalChannelId": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "const"
                },
                "description": "物理内存通道Id"
            },
            "LogicalChannelId": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "const"
                },
                "description": "逻辑内存通道Id"
            }
        }
    }
}