# Function point analysis set

Function point analysis set (protocols) refers to a series of standardized device function point protocol analysis classes that you need to use when developing control device panel business. We have made a layer of packaging in @ray-js/panel-sdk to help you develop smart products more conveniently.

<Image src='/images/panel/panel-protocols.png'/>

## Installation

```shell
$ yarn add @ray-js/panel-sdk
```

## Usage

```javascript
import { protocols } from '@ray-js/panel-sdk';

// For specific export items and usage, please refer to the "capability set" or "module set" under the vertical category
const { xxx } = protocols;
```