# TemperatureGet

**Properties**

| Name        | Type               | Required | Description                                                 |
| :---------- | :----------------- | :------- | :---------------------------------------------------------- |
| type\_      | string             | ❌       | Type of the supported resources                             |
| id          | string             | ❌       | Unique identifier representing a specific resource instance |
| idV1        | string             | ❌       | Clip v1 resource identifier                                 |
| owner       | ResourceIdentifier | ❌       |                                                             |
| enabled     | boolean            | ❌       | `true` when sensor is activated, `false` when deactivated   |
| temperature | Temperature        | ❌       |                                                             |

# Temperature

**Properties**

| Name              | Type              | Required | Description                                                                |
| :---------------- | :---------------- | :------- | :------------------------------------------------------------------------- |
| temperature1      | number            | ❌       | Deprecated. Moved to Temperature_report/temperature                        |
| temperatureValid  | boolean           | ❌       | Deprecated. Indication whether the value presented in temperature is valid |
| temperatureReport | TemperatureReport | ❌       |                                                                            |

# TemperatureReport

**Properties**

| Name         | Type   | Required | Description                                      |
| :----------- | :----- | :------- | :----------------------------------------------- |
| changed      | string | ❌       | last time the value of this property is changed. |
| temperature1 | number | ❌       | Temperature in 1.00 degrees Celsius              |

<!-- This file was generated by liblab | https://liblab.com/ -->
