mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# mycoreapi.model.DeviceDetailDTOAllOf
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:mycoreapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**firmwareVersion** | **String** | | [optional]
|
|
**hardwareVersion** | **String** | | [optional]
|
|
**port** | **int** | | [optional]
|
|
**meansOfCommunications** | [**List<MeansOfCommunication>**](MeansOfCommunication.md) | | [optional] [default to const []]
|
|
**createdDate** | [**DateTime**](DateTime.md) | | [optional]
|
|
**updatedDate** | [**DateTime**](DateTime.md) | | [optional]
|
|
**lastState** | **String** | | [optional]
|
|
**ipAddress** | **String** | | [optional]
|
|
**serviceIdentification** | **String** | | [optional]
|
|
**manufacturerName** | **String** | | [optional]
|
|
**groupIds** | **List<String>** | | [optional] [default to const []]
|
|
**properties** | [**Map<String, Object>**](Object.md) | | [optional] [default to const {}]
|
|
**supportedOperations** | **List<String>** | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|