{
    "bmc.dev.OpticalModule.TemperatureCelsius": {
        "properties": {
            "TemperatureCelsius": {
                "baseType": "Double",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "光模块温度"
            },
            "TemperatureLowerThresholdCritical": {
                "baseType": "Double",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "低温告警阈值"
            },
            "TemperatureUpperThresholdCritical": {
                "baseType": "Double",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "高温告警阈值"
            },
            "TemperatureLowerThresholdWarning": {
                "baseType": "Double",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "低温警告阈值"
            },
            "TemperatureUpperThresholdWarning": {
                "baseType": "Double",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "true"
                },
                "description": "高温警告阈值"
            }
        }
    }
}