1.0.5 • Published 11 months ago

@endbug/dynamr v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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.

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago