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

## SmartSupportAbility.isSupportCloudTimer

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

> 💡 For group devices, returns true only if all devices in the list support timers. For a single device, determined by the timer option in panelConfig.bic.

### Description

Determine whether the device supports cloud timers

### Parameters

None


### Return Value

None


### Examples

#### Example

```typescript
if (sdm.support.isSupportCloudTimer()) {
  console.log('Cloud timer supported; you can show the timer entry');
}
```
