mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 17:11:19 +00:00
1.2 KiB
1.2 KiB
mycore_api.model.RoomMainDetailDTOAllOf
Load the model package
import 'package:mycore_api/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] | |
| isPressure | bool | [optional] | |
| pressure | String | [optional] | |
| isMotion | bool | [optional] | |
| motion | bool | [optional] | |
| isDoor | bool | [optional] | |
| door | bool | [optional] | |
| isIlluminance | bool | [optional] | |
| illuminance | String | [optional] | |
| environmentalDevices | List | [optional] [default to const []] | |
| securityDevices | List | [optional] [default to const []] |