mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
1.2 KiB
1.2 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 | Map<String, Object> | [optional] [default to const {}] | |
| supportedOperations | List | [optional] [default to const []] |