---
name: "SmartSupportAbility.isZigbeeDevice"
mode: "api"
versionRequirements:
  - { name: "@ray-js/panel-sdk", version: "1.0.0" }
title: "isZigbeeDevice - 是否是zigbee设备"
summary: "判断当前设备是否为 Zigbee 设备"
---

## SmartSupportAbility.isZigbeeDevice

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

### 描述

判断是否是 Zigbee 设备

### 参数

无


### 返回值

无


### 示例代码

#### 示例

```typescript
if (sdm.support.isZigbeeDevice()) {
  console.log('当前为 Zigbee 设备');
}
```
