FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: device-status.md
# 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" } ```
Save
Back