mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 17:11:19 +00:00
1001 B
1001 B
mycoreapi.model.AutomationDetailDTO
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| active | bool | [optional] | |
| homeId | String | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| triggers | List | [optional] [default to const []] | |
| conditions | List | [optional] [default to const []] | |
| actions | List | [optional] [default to const []] | |
| devicesIds | List | [optional] [default to const []] |