| Name | Type | Description | Notes |
|---|---|---|---|
| cid | str, none_type | Which controller this sensor applies to. Possible values:'A', 'B', 'unknown'. | [optional] |
| display_name | str, none_type | Name for display purpose. | [optional] |
| location | str, none_type | Location of the sensor. | [optional] |
| name | str, none_type | Internal name of the sensor. | [optional] |
| status | str, none_type | Sensor status. Possible values:'Missing', 'Failed', 'OK', 'Alerted'. | [optional] |
| type | str, none_type | Type of the sensor. Possible values:'fan', 'nvram', 'temperature', 'power supply'. | [optional] |
| value | int, none_type | Value of the sensor reading. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |