# ClusterFirmwareStatusNodeDevice
## Properties
**device** | **String** | The name of the device. | [optional] [default to null]
**mismatch** | **bool** | Is the firmware up-to-date for this component. | [optional] [default to null]
**target_version** | **String** | The target firmware version. | [optional] [default to null]
**_type** | **String** | The device type. | [optional] [default to null]
**upgrade_status** | **String** | The current state of the firmware upgrade for this component. One of the following values: 'queued', 'upgrading', 'upgraded', 'error'. or 'null'.'null' indicates that the upgrade status is unknown. | [optional] [default to null]
**version** | **String** | The current firmware version. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)