diff --git a/package.json b/package.json index be30f25..e0db488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dictation_support", - "version": "1.0.5", + "version": "1.0.6", "description": "SDK to interact with dictation devices", "scripts": { "build": "rimraf dist && npx webpack --config=webpack.config.js", diff --git a/src/speechmike_hid_device.ts b/src/speechmike_hid_device.ts index 8e571e0..e2d76da 100644 --- a/src/speechmike_hid_device.ts +++ b/src/speechmike_hid_device.ts @@ -66,7 +66,7 @@ export enum MotionEvent { export type MotionEventListener = (device: DictationDevice, event: MotionEvent) => void|Promise; -enum Command { +export enum Command { SET_LED = 0x02, SET_EVENT_MODE = 0x0d, BUTTON_PRESS_EVENT = 0x80,