cabinet object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/cabinet | returns a list of all cabinets |
| GET | /rest/{IF}/cabinet/{id} | returns information about a single cabinet object |
| GET | /rest/{IF}/cabinet/{id}/device | information about connected devices (built in) |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST, PUT | Cabinet name, unique |
| type | string | POST, PUT | type of the cabinet |
| notes | string | POST, PUT | further notes or description |
| height | text | POST | height of the cabinet in HU |
| depth | string | POST | depth of the cabinet in mm |
| area_id | int | POST | link to the area (i.e. room) |