{
    "bmc.kepler.Systems.DiscreteSensorDisplay": {
        "properties": {
            "Status": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "传感器当前状态:Enabled:传感器使能;Disabled:传感器禁用;InTest:传感器测试中;Starting:传感器更新中"
            },
            "Health": {
                "baseType": "String",
                "readOnly": true,
                "description": "传感器健康状态:Critical:紧急;Major:严重;Minor:一般;OK:正常"
            },
            "AssertStatus": {
                "baseType": "U16",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "传感器SEL事件状态,bit0 - bit14依次对应15种offset的离散事件状态,1:Assert;0:Deassert"
            }
        }
    }
}