---
name: "SmartGroupModel.getBluetooth"
mode: "api"
versionRequirements:
  - { name: "@ray-js/panel-sdk", version: "1.5.0" }
title: "getBluetooth"
---

## SmartGroupModel.getBluetooth

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

### Description

Get the Bluetooth status of the environment the smart group is in

### Parameters

None


### Return Value

None


### Examples

#### Example

```typescript
const bluetooth = group.getBluetooth();
console.log(bluetooth.available); // true
```
