mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 09:01:20 +00:00
1.2 KiB
1.2 KiB
mycoreapi.model.RoomMainDetailDTO
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| homeId | String | [optional] | |
| name | String | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| isTemperature | bool | [optional] | |
| temperature | String | [optional] | |
| isHumidity | bool | [optional] | |
| humidity | String | [optional] | |
| isMotion | bool | [optional] | |
| motion | bool | [optional] | |
| isDoor | bool | [optional] | |
| door | bool | [optional] | |
| environmentalDevices | List | [optional] [default to const []] | |
| securityDevices | List | [optional] [default to const []] |