@endbug/dynamr
v1.0.5
Published
Wrapper for the DynamR controller API
Downloads
8
Readme
@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.