mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
1.1 KiB
1.1 KiB
mycoreapi.model.DeviceDetailDTOAllOf
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| firmwareVersion | String | [optional] | |
| hardwareVersion | String | [optional] | |
| port | int | [optional] | |
| meansOfCommunications | List | [optional] [default to const []] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| lastState | String | [optional] | |
| ipAddress | String | [optional] | |
| serviceIdentification | String | [optional] | |
| manufacturerName | String | [optional] | |
| groupIds | List | [optional] [default to const []] | |
| properties | String | [optional] | |
| supportedOperations | List | [optional] [default to const []] |