# node-vscp

<img src="https://vscp.org/images/logo.png" width="100">

VSCP helpers for the node.js package **node-vscp**

## Install
Install with

```bash
npm install node-vscp
```

optionally with '--save' to save dependency in the package.json file.

## Usage

```javascript
const vscp = require('node-vscp');
...
console.log(vscp.varTypes.STRING);
```

---

This package is part of the [VSCP(Very Simple Control Protocol)](https://www.vscp.org) IoT framework.