2.3.0 • Published 5 years ago

@a1motion/driveweb v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

driveweb

Driveweb Interface

Install

With yarn:

yarn add @a1motion/driveweb

or with npm:

npm i -S @a1motion/driveweb

Usage

Basic Example

const driveweb = require('driveweb');

// Create an instance by passing the device's ip.
const smarty = driveweb('192.168.51.2');

// Get a paramter by passing its ids or an array of ids:
const speed = await smarty.getParameter(5026);

// Set an parameter:
const newSpeed = await smarty.setParameter(5026, 100);
2.3.0

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago