mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
1014 B
1014 B
mycoreapi.model.AutomationCreateOrUpdateDetailDTO
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| active | bool | [optional] | |
| userId | 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 []] | |
| deviceIds | List | [optional] [default to const []] |