TemperatureGet
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type_ | str | ❌ | Type of the supported resources |
| id_ | str | ❌ | Unique identifier representing a specific resource instance |
| id_v1 | str | ❌ | Clip v1 resource identifier |
| owner | ResourceIdentifier | ❌ | |
| enabled | bool | ❌ | true when sensor is activated, false when deactivated |
| temperature | Temperature | ❌ |
Temperature
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| temperature | float | ❌ | Deprecated. Moved to Temperature_report/temperature |
| temperature_valid | bool | ❌ | Deprecated. Indication whether the value presented in temperature is valid |
| temperature_report | TemperatureReport | ❌ |
TemperatureReport
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| changed | str | ❌ | last time the value of this property is changed. |
| temperature | float | ❌ | Temperature in 1.00 degrees Celsius |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs