mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
1.0 KiB
1.0 KiB
mycoreapi.model.RoomMainDetailDTOAllOf
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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 []] |