@endbug/dynamr
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@endbug/dynamr

Wrapper for the DynamR controller API

This package is meant as a wrapper for the DynamR controller API, used in indoor skydiving.
More details about its usage can be found on the official website (dynamr.com) and in the manuals:

Usage

import DynamR from '@endbug/dynamr'

const dynamr = new DynamR({
  protocol: 'http',
  hostname: '123.123.123.123',
  port: '1234'
})

dynamr.getPresets()
  .then(console.log)

Methods:

  • getPresets
  • getLightStatus
  • setLightPreset
  • setLightColor
  • beginSession
  • exitSession
  • endSession
  • getSessionStatus
  • reloadSpeedRound
  • bustEnter
  • bustLeave
  • stopSpeedRound
  • setODE
  • setETH0

Please see the TS and JSDoc annotations for more info.

Readme

Keywords

none

Package Sidebar

Install

npm i @endbug/dynamr

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

30.3 kB

Total Files

16

Last publish

Collaborators

  • endbug