30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# manager_api.model.DeviceDetailDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**identifier** | **String** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**ipAddressWLAN** | **String** | | [optional]
|
|
**ipAddressETH** | **String** | | [optional]
|
|
**configurationId** | **String** | | [optional]
|
|
**configuration** | **String** | | [optional]
|
|
**connected** | **bool** | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
|
|
**dateUpdate** | [**DateTime**](DateTime.md) | | [optional]
|
|
**instanceId** | **String** | | [optional]
|
|
**connectionLevel** | **String** | | [optional]
|
|
**lastConnectionLevel** | [**DateTime**](DateTime.md) | | [optional]
|
|
**batteryLevel** | **String** | | [optional]
|
|
**lastBatteryLevel** | [**DateTime**](DateTime.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|