mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
19 lines
724 B
Markdown
19 lines
724 B
Markdown
# mycoreapi.model.AutomationDetailDTOAllOf
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:mycoreapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**triggers** | [**List<Trigger>**](Trigger.md) | | [optional] [default to const []]
|
|
**conditions** | [**List<Condition>**](Condition.md) | | [optional] [default to const []]
|
|
**actions** | [**List<Action>**](Action.md) | | [optional] [default to const []]
|
|
**devicesIds** | **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)
|
|
|
|
|