21 lines
630 B
Markdown

# mycoreapi.model.SmartPrinterMessage
## Load the model package
```dart
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]
**smoke** | **int** | | [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)