mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
992 B
992 B
mycoreapi.model.Automation
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| userId | String | [optional] | |
| name | String | [optional] | |
| active | bool | [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 []] |