20 lines
616 B
Markdown

# mycoreapi.model.Trigger
## Load the model package
```dart
import 'package:mycoreapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**providerId** | **String** | | [optional]
**deviceId** | **String** | | [optional]
**stateName** | **String** | | [optional]
**stateValue** | **String** | | [optional]
**type** | [**TriggerType**](TriggerType.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)