1description: > 2 Implement to indicate status of the OCC. 3 4properties: 5 - name: OccActive 6 type: boolean 7 description: > 8 Indicates whether OCC is active or not 9 - name: ThrottleProcTemp 10 type: boolean 11 default: 0 12 description: > 13 Indicates processor throttling due to an over temperature condition 14 - name: ThrottleProcPower 15 type: boolean 16 default: 0 17 description: > 18 Indicates processor throttling due to reaching the power cap limit 19 - name: ThrottleMemTemp 20 type: boolean 21 default: 0 22 description: > 23 Indicates memory throttling due to an over temperature condition 24