1.0.3 • Published 2 years ago

@endbug/dynamr v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago