---
name: "SmartSupportAbility.isSupportTemp"
mode: "api"
versionRequirements:
  - { name: "@ray-js/panel-sdk", version: "1.0.0" }
title: "isSupportTemp"
---

## SmartSupportAbility.isSupportTemp

> [VERSION] @ray-js/panel-sdk >= 1.0.0

### Description

Determine whether the device supports the color temperature DP

### Parameters

`Params`

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `isForce` | `boolean` | No | Whether to bypass the cache and force a check; default: false |

### Return Value

None


### Examples

#### Example

```typescript
if (sdm.support.isSupportTemp()) {
  console.log('The device supports color temperature adjustment');
}
```
