mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 09:01:20 +00:00
709 B
709 B
mycoreapi.model.SmartGardenMessage
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| type | String | [optional] | |
| time | String | [optional] | |
| temperature | double | [optional] | |
| pressure | double | [optional] | |
| humidity | double | [optional] | |
| water | int | [optional] | |
| light | int | [optional] |