mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 09:01:20 +00:00
1.3 KiB
1.3 KiB
mycore_api.model.HomeDetailDTO
Load the model package
import 'package:mycore_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| isAlarm | bool | [optional] | |
| isDefault | bool | [optional] | |
| currentAlarmMode | HomeDTOCurrentAlarmMode | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| usersIds | List | [optional] [default to const []] | |
| users | List | [optional] [default to const []] | |
| devices | List | [optional] [default to const []] | |
| automations | List | [optional] [default to const []] | |
| providers | List | [optional] [default to const []] | |
| groups | List | [optional] [default to const []] |