1*83a67417SPatrick Williamsversion: 1.0.1 2b314bcc8SAmithash Prasasd 3b314bcc8SAmithash Prasasderrors: 4b314bcc8SAmithash Prasasd - name: InvalidSensorReading 5b314bcc8SAmithash Prasasd severity: warning 6b314bcc8SAmithash Prasasd errno: EIO 7b314bcc8SAmithash Prasasd metadata: 8*83a67417SPatrick Williams - name: SensorName 9b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 10b314bcc8SAmithash Prasasd type: object_path 11b314bcc8SAmithash Prasasd primary: true 12b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.InvalidSensorReading 13b314bcc8SAmithash Prasasd 14b314bcc8SAmithash Prasasd - name: ReadingAboveLowerCriticalThreshold 15b314bcc8SAmithash Prasasd severity: warning 16b314bcc8SAmithash Prasasd errno: ERANGE 17b314bcc8SAmithash Prasasd metadata: 18*83a67417SPatrick Williams - name: SensorName 19b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 20b314bcc8SAmithash Prasasd type: object_path 21b314bcc8SAmithash Prasasd primary: true 22*83a67417SPatrick Williams - name: ReadingValue 23b314bcc8SAmithash Prasasd description: The reading of the sensor. 24b314bcc8SAmithash Prasasd type: double 25b314bcc8SAmithash Prasasd primary: true 26*83a67417SPatrick Williams - name: Units 27b314bcc8SAmithash Prasasd description: The reading units of measure. 28b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 29b314bcc8SAmithash Prasasd primary: true 30*83a67417SPatrick Williams - name: ThresholdValue 31b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 32b314bcc8SAmithash Prasasd type: double 33b314bcc8SAmithash Prasasd primary: true 34b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveLowerCriticalThreshold 35b314bcc8SAmithash Prasasd 36b314bcc8SAmithash Prasasd - name: ReadingAboveLowerSoftShutdownThreshold 37b314bcc8SAmithash Prasasd severity: critical 38b314bcc8SAmithash Prasasd errno: ERANGE 39b314bcc8SAmithash Prasasd metadata: 40*83a67417SPatrick Williams - name: SensorName 41b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 42b314bcc8SAmithash Prasasd type: object_path 43b314bcc8SAmithash Prasasd primary: true 44*83a67417SPatrick Williams - name: ReadingValue 45b314bcc8SAmithash Prasasd description: The reading of the sensor. 46b314bcc8SAmithash Prasasd type: double 47b314bcc8SAmithash Prasasd primary: true 48*83a67417SPatrick Williams - name: Units 49b314bcc8SAmithash Prasasd description: The reading units of measure. 50b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 51b314bcc8SAmithash Prasasd primary: true 52*83a67417SPatrick Williams - name: ThresholdValue 53b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 54b314bcc8SAmithash Prasasd type: double 55b314bcc8SAmithash Prasasd primary: true 56b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold 57b314bcc8SAmithash Prasasd 58b314bcc8SAmithash Prasasd - name: ReadingAboveLowerHardShutdownThreshold 59b314bcc8SAmithash Prasasd severity: critical 60b314bcc8SAmithash Prasasd errno: ERANGE 61b314bcc8SAmithash Prasasd metadata: 62*83a67417SPatrick Williams - name: SensorName 63b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 64b314bcc8SAmithash Prasasd type: object_path 65b314bcc8SAmithash Prasasd primary: true 66*83a67417SPatrick Williams - name: ReadingValue 67b314bcc8SAmithash Prasasd description: The reading of the sensor. 68b314bcc8SAmithash Prasasd type: double 69b314bcc8SAmithash Prasasd primary: true 70*83a67417SPatrick Williams - name: Units 71b314bcc8SAmithash Prasasd description: The reading units of measure. 72b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 73b314bcc8SAmithash Prasasd primary: true 74*83a67417SPatrick Williams - name: ThresholdValue 75b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 76b314bcc8SAmithash Prasasd type: double 77b314bcc8SAmithash Prasasd primary: true 78b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold 79b314bcc8SAmithash Prasasd 80b314bcc8SAmithash Prasasd - name: ReadingAboveUpperWarningThreshold 81b314bcc8SAmithash Prasasd severity: warning 82b314bcc8SAmithash Prasasd errno: ERANGE 83b314bcc8SAmithash Prasasd metadata: 84*83a67417SPatrick Williams - name: SensorName 85b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 86b314bcc8SAmithash Prasasd type: object_path 87b314bcc8SAmithash Prasasd primary: true 88*83a67417SPatrick Williams - name: ReadingValue 89b314bcc8SAmithash Prasasd description: The reading of the sensor. 90b314bcc8SAmithash Prasasd type: double 91b314bcc8SAmithash Prasasd primary: true 92*83a67417SPatrick Williams - name: Units 93b314bcc8SAmithash Prasasd description: The reading units of measure. 94b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 95b314bcc8SAmithash Prasasd primary: true 96*83a67417SPatrick Williams - name: ThresholdValue 97b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 98b314bcc8SAmithash Prasasd type: double 99b314bcc8SAmithash Prasasd primary: true 100b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold 101b314bcc8SAmithash Prasasd 102b314bcc8SAmithash Prasasd - name: ReadingAboveUpperPerformanceLossThreshold 103b314bcc8SAmithash Prasasd severity: warning 104b314bcc8SAmithash Prasasd errno: ERANGE 105b314bcc8SAmithash Prasasd metadata: 106*83a67417SPatrick Williams - name: SensorName 107b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 108b314bcc8SAmithash Prasasd type: object_path 109b314bcc8SAmithash Prasasd primary: true 110*83a67417SPatrick Williams - name: ReadingValue 111b314bcc8SAmithash Prasasd description: The reading of the sensor. 112b314bcc8SAmithash Prasasd type: double 113b314bcc8SAmithash Prasasd primary: true 114*83a67417SPatrick Williams - name: Units 115b314bcc8SAmithash Prasasd description: The reading units of measure. 116b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 117b314bcc8SAmithash Prasasd primary: true 118*83a67417SPatrick Williams - name: ThresholdValue 119b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 120b314bcc8SAmithash Prasasd type: double 121b314bcc8SAmithash Prasasd primary: true 122b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold 123b314bcc8SAmithash Prasasd 124b314bcc8SAmithash Prasasd - name: ReadingAboveUpperCriticalThreshold 125b314bcc8SAmithash Prasasd severity: critical 126b314bcc8SAmithash Prasasd errno: ERANGE 127b314bcc8SAmithash Prasasd metadata: 128*83a67417SPatrick Williams - name: SensorName 129b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 130b314bcc8SAmithash Prasasd type: object_path 131b314bcc8SAmithash Prasasd primary: true 132*83a67417SPatrick Williams - name: ReadingValue 133b314bcc8SAmithash Prasasd description: The reading of the sensor. 134b314bcc8SAmithash Prasasd type: double 135b314bcc8SAmithash Prasasd primary: true 136*83a67417SPatrick Williams - name: Units 137b314bcc8SAmithash Prasasd description: The reading units of measure. 138b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 139b314bcc8SAmithash Prasasd primary: true 140*83a67417SPatrick Williams - name: ThresholdValue 141b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 142b314bcc8SAmithash Prasasd type: double 143b314bcc8SAmithash Prasasd primary: true 144b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveUpperCriticalThreshold 145b314bcc8SAmithash Prasasd 146b314bcc8SAmithash Prasasd - name: ReadingAboveUpperSoftShutdownThreshold 147b314bcc8SAmithash Prasasd severity: critical 148b314bcc8SAmithash Prasasd errno: ERANGE 149b314bcc8SAmithash Prasasd metadata: 150*83a67417SPatrick Williams - name: SensorName 151b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 152b314bcc8SAmithash Prasasd type: object_path 153b314bcc8SAmithash Prasasd primary: true 154*83a67417SPatrick Williams - name: ReadingValue 155b314bcc8SAmithash Prasasd description: The reading of the sensor. 156b314bcc8SAmithash Prasasd type: double 157b314bcc8SAmithash Prasasd primary: true 158*83a67417SPatrick Williams - name: Units 159b314bcc8SAmithash Prasasd description: The reading units of measure. 160b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 161b314bcc8SAmithash Prasasd primary: true 162*83a67417SPatrick Williams - name: ThresholdValue 163b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 164b314bcc8SAmithash Prasasd type: double 165b314bcc8SAmithash Prasasd primary: true 166b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold 167b314bcc8SAmithash Prasasd 168b314bcc8SAmithash Prasasd - name: ReadingAboveUpperHardShutdownThreshold 169b314bcc8SAmithash Prasasd severity: critical 170b314bcc8SAmithash Prasasd errno: ERANGE 171b314bcc8SAmithash Prasasd metadata: 172*83a67417SPatrick Williams - name: SensorName 173b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 174b314bcc8SAmithash Prasasd type: object_path 175b314bcc8SAmithash Prasasd primary: true 176*83a67417SPatrick Williams - name: ReadingValue 177b314bcc8SAmithash Prasasd description: The reading of the sensor. 178b314bcc8SAmithash Prasasd type: double 179b314bcc8SAmithash Prasasd primary: true 180*83a67417SPatrick Williams - name: Units 181b314bcc8SAmithash Prasasd description: The reading units of measure. 182b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 183b314bcc8SAmithash Prasasd primary: true 184*83a67417SPatrick Williams - name: ThresholdValue 185b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 186b314bcc8SAmithash Prasasd type: double 187b314bcc8SAmithash Prasasd primary: true 188b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold 189b314bcc8SAmithash Prasasd 190b314bcc8SAmithash Prasasd - name: ReadingBelowLowerWarningThreshold 191b314bcc8SAmithash Prasasd severity: warning 192b314bcc8SAmithash Prasasd errno: ERANGE 193b314bcc8SAmithash Prasasd metadata: 194*83a67417SPatrick Williams - name: SensorName 195b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 196b314bcc8SAmithash Prasasd type: object_path 197b314bcc8SAmithash Prasasd primary: true 198*83a67417SPatrick Williams - name: ReadingValue 199b314bcc8SAmithash Prasasd description: The reading of the sensor. 200b314bcc8SAmithash Prasasd type: double 201b314bcc8SAmithash Prasasd primary: true 202*83a67417SPatrick Williams - name: Units 203b314bcc8SAmithash Prasasd description: The reading units of measure. 204b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 205b314bcc8SAmithash Prasasd primary: true 206*83a67417SPatrick Williams - name: ThresholdValue 207b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 208b314bcc8SAmithash Prasasd type: double 209b314bcc8SAmithash Prasasd primary: true 210b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowLowerCautionThreshold 211b314bcc8SAmithash Prasasd 212b314bcc8SAmithash Prasasd - name: ReadingBelowLowerPerformanceLossThreshold 213b314bcc8SAmithash Prasasd severity: warning 214b314bcc8SAmithash Prasasd errno: ERANGE 215b314bcc8SAmithash Prasasd metadata: 216*83a67417SPatrick Williams - name: SensorName 217b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 218b314bcc8SAmithash Prasasd type: object_path 219b314bcc8SAmithash Prasasd primary: true 220*83a67417SPatrick Williams - name: ReadingValue 221b314bcc8SAmithash Prasasd description: The reading of the sensor. 222b314bcc8SAmithash Prasasd type: double 223b314bcc8SAmithash Prasasd primary: true 224*83a67417SPatrick Williams - name: Units 225b314bcc8SAmithash Prasasd description: The reading units of measure. 226b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 227b314bcc8SAmithash Prasasd primary: true 228*83a67417SPatrick Williams - name: ThresholdValue 229b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 230b314bcc8SAmithash Prasasd type: double 231b314bcc8SAmithash Prasasd primary: true 232b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowLowerCautionThreshold 233b314bcc8SAmithash Prasasd 234b314bcc8SAmithash Prasasd - name: ReadingBelowLowerCriticalThreshold 235b314bcc8SAmithash Prasasd severity: critical 236b314bcc8SAmithash Prasasd errno: ERANGE 237b314bcc8SAmithash Prasasd metadata: 238*83a67417SPatrick Williams - name: SensorName 239b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 240b314bcc8SAmithash Prasasd type: object_path 241b314bcc8SAmithash Prasasd primary: true 242*83a67417SPatrick Williams - name: ReadingValue 243b314bcc8SAmithash Prasasd description: The reading of the sensor. 244b314bcc8SAmithash Prasasd type: double 245b314bcc8SAmithash Prasasd primary: true 246*83a67417SPatrick Williams - name: Units 247b314bcc8SAmithash Prasasd description: The reading units of measure. 248b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 249b314bcc8SAmithash Prasasd primary: true 250*83a67417SPatrick Williams - name: ThresholdValue 251b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 252b314bcc8SAmithash Prasasd type: double 253b314bcc8SAmithash Prasasd primary: true 254b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowLowerCriticalThreshold 255b314bcc8SAmithash Prasasd 256b314bcc8SAmithash Prasasd - name: ReadingBelowLowerSoftShutdownThreshold 257b314bcc8SAmithash Prasasd severity: critical 258b314bcc8SAmithash Prasasd errno: ERANGE 259b314bcc8SAmithash Prasasd metadata: 260*83a67417SPatrick Williams - name: SensorName 261b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 262b314bcc8SAmithash Prasasd type: object_path 263b314bcc8SAmithash Prasasd primary: true 264*83a67417SPatrick Williams - name: ReadingValue 265b314bcc8SAmithash Prasasd description: The reading of the sensor. 266b314bcc8SAmithash Prasasd type: double 267b314bcc8SAmithash Prasasd primary: true 268*83a67417SPatrick Williams - name: Units 269b314bcc8SAmithash Prasasd description: The reading units of measure. 270b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 271b314bcc8SAmithash Prasasd primary: true 272*83a67417SPatrick Williams - name: ThresholdValue 273b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 274b314bcc8SAmithash Prasasd type: double 275b314bcc8SAmithash Prasasd primary: true 276b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowLowerFatalThreshold 277b314bcc8SAmithash Prasasd 278b314bcc8SAmithash Prasasd - name: ReadingBelowLowerHardShutdownThreshold 279b314bcc8SAmithash Prasasd severity: critical 280b314bcc8SAmithash Prasasd errno: ERANGE 281b314bcc8SAmithash Prasasd metadata: 282*83a67417SPatrick Williams - name: SensorName 283b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 284b314bcc8SAmithash Prasasd type: object_path 285b314bcc8SAmithash Prasasd primary: true 286*83a67417SPatrick Williams - name: ReadingValue 287b314bcc8SAmithash Prasasd description: The reading of the sensor. 288b314bcc8SAmithash Prasasd type: double 289b314bcc8SAmithash Prasasd primary: true 290*83a67417SPatrick Williams - name: Units 291b314bcc8SAmithash Prasasd description: The reading units of measure. 292b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 293b314bcc8SAmithash Prasasd primary: true 294*83a67417SPatrick Williams - name: ThresholdValue 295b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 296b314bcc8SAmithash Prasasd type: double 297b314bcc8SAmithash Prasasd primary: true 298b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowLowerFatalThreshold 299b314bcc8SAmithash Prasasd 300b314bcc8SAmithash Prasasd - name: ReadingBelowUpperCriticalThreshold 301b314bcc8SAmithash Prasasd severity: warning 302b314bcc8SAmithash Prasasd errno: ERANGE 303b314bcc8SAmithash Prasasd metadata: 304*83a67417SPatrick Williams - name: SensorName 305b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 306b314bcc8SAmithash Prasasd type: object_path 307b314bcc8SAmithash Prasasd primary: true 308*83a67417SPatrick Williams - name: ReadingValue 309b314bcc8SAmithash Prasasd description: The reading of the sensor. 310b314bcc8SAmithash Prasasd type: double 311b314bcc8SAmithash Prasasd primary: true 312*83a67417SPatrick Williams - name: Units 313b314bcc8SAmithash Prasasd description: The reading units of measure. 314b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 315b314bcc8SAmithash Prasasd primary: true 316*83a67417SPatrick Williams - name: ThresholdValue 317b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 318b314bcc8SAmithash Prasasd type: double 319b314bcc8SAmithash Prasasd primary: true 320b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowUpperCriticalThreshold 321b314bcc8SAmithash Prasasd 322b314bcc8SAmithash Prasasd - name: ReadingBelowUpperSoftShutdownThreshold 323b314bcc8SAmithash Prasasd severity: critical 324b314bcc8SAmithash Prasasd errno: ERANGE 325b314bcc8SAmithash Prasasd metadata: 326*83a67417SPatrick Williams - name: SensorName 327b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 328b314bcc8SAmithash Prasasd type: object_path 329b314bcc8SAmithash Prasasd primary: true 330*83a67417SPatrick Williams - name: ReadingValue 331b314bcc8SAmithash Prasasd description: The reading of the sensor. 332b314bcc8SAmithash Prasasd type: double 333b314bcc8SAmithash Prasasd primary: true 334*83a67417SPatrick Williams - name: Units 335b314bcc8SAmithash Prasasd description: The reading units of measure. 336b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 337b314bcc8SAmithash Prasasd primary: true 338*83a67417SPatrick Williams - name: ThresholdValue 339b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 340b314bcc8SAmithash Prasasd type: double 341b314bcc8SAmithash Prasasd primary: true 342b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowFatalThreshold 343b314bcc8SAmithash Prasasd 344b314bcc8SAmithash Prasasd - name: ReadingBelowUpperHardShutdownThreshold 345b314bcc8SAmithash Prasasd severity: critical 346b314bcc8SAmithash Prasasd errno: ERANGE 347b314bcc8SAmithash Prasasd metadata: 348*83a67417SPatrick Williams - name: SensorName 349b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 350b314bcc8SAmithash Prasasd type: object_path 351b314bcc8SAmithash Prasasd primary: true 352*83a67417SPatrick Williams - name: ReadingValue 353b314bcc8SAmithash Prasasd description: The reading of the sensor. 354b314bcc8SAmithash Prasasd type: double 355b314bcc8SAmithash Prasasd primary: true 356*83a67417SPatrick Williams - name: Units 357b314bcc8SAmithash Prasasd description: The reading units of measure. 358b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 359b314bcc8SAmithash Prasasd primary: true 360*83a67417SPatrick Williams - name: ThresholdValue 361b314bcc8SAmithash Prasasd description: The configured threshold value for this sensor. 362b314bcc8SAmithash Prasasd type: double 363b314bcc8SAmithash Prasasd primary: true 364b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.ReadingBelowFatalThreshold 365b314bcc8SAmithash Prasasd 366b314bcc8SAmithash Prasasd - name: SensorFailure 367b314bcc8SAmithash Prasasd severity: critical 368b314bcc8SAmithash Prasasd errno: EIO 369b314bcc8SAmithash Prasasd metadata: 370*83a67417SPatrick Williams - name: SensorName 371b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 372b314bcc8SAmithash Prasasd type: object_path 373b314bcc8SAmithash Prasasd primary: true 374b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.SensorFailure 375b314bcc8SAmithash Prasasd 376b314bcc8SAmithash Prasasdevents: 377b314bcc8SAmithash Prasasd - name: SensorReadingNormalRange 378b314bcc8SAmithash Prasasd metadata: 379*83a67417SPatrick Williams - name: SensorName 380b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 381b314bcc8SAmithash Prasasd type: object_path 382b314bcc8SAmithash Prasasd primary: true 383*83a67417SPatrick Williams - name: ReadingValue 384b314bcc8SAmithash Prasasd description: The reading of the sensor. 385b314bcc8SAmithash Prasasd type: double 386b314bcc8SAmithash Prasasd primary: true 387*83a67417SPatrick Williams - name: Units 388b314bcc8SAmithash Prasasd description: The reading units of measure. 389b314bcc8SAmithash Prasasd type: enum[xyz.openbmc_project.Sensor.Value.Unit] 390b314bcc8SAmithash Prasasd primary: true 391b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.SensorReadingNormalRange 392b314bcc8SAmithash Prasasd 393b314bcc8SAmithash Prasasd - name: SensorRestored 394b314bcc8SAmithash Prasasd metadata: 395*83a67417SPatrick Williams - name: SensorName 396b314bcc8SAmithash Prasasd description: The name or identifier of the sensor. 397b314bcc8SAmithash Prasasd type: object_path 398b314bcc8SAmithash Prasasd primary: true 399b314bcc8SAmithash Prasasd redfish-mapping: SensorEvent.SensorRestored 400