Skip to content

Repository files navigation

driveweb

Driveweb Interface

Install

With yarn:

yarn add @a1motion/driveweb

or with npm:

npm i -S @a1motion/driveweb

Usage

Basic Example

constdriveweb=require('driveweb');// Create an instance by passing the device's ip.constsmarty=driveweb('192.168.51.2');// Get a paramter by passing its ids or an array of ids:constspeed=awaitsmarty.getParameter(5026);// Set an parameter:constnewSpeed=awaitsmarty.setParameter(5026,100);

About

Driveweb Interface

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages