@a1motion/driveweb
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i @a1motion/driveweb

Weekly Downloads

1

Version

2.3.0

License

MIT

Unpacked Size

10.2 kB

Total Files

8

Last publish

Collaborators

  • dotconnor