shell bypass 403
# Device Status
## Structure
`DeviceStatus`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `category` | [`?string(DeviceStatusCategory)`](../../doc/models/device-status-category.md) | Optional | - | getCategory(): ?string | setCategory(?string category): void |
## Example (as JSON)
```json
{
"category": "NEEDS_ATTENTION"
}
```