mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
825 B
825 B
mycore_api.model.HomeDTOCurrentAlarmMode
Load the model package
import 'package:mycore_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| homeId | String | [optional] | |
| name | String | [optional] | |
| type | AlarmType | [optional] | |
| activated | bool | [optional] | |
| isDefault | bool | [optional] | |
| notification | bool | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] |