Updated to match the latest developer branch and modified according to feedback from review.

This commit is contained in:
faanskit 2021-05-05 19:02:10 +02:00
parent cbcd33fde6
commit 78e1616b4e
6 changed files with 14 additions and 17 deletions

View file

@ -23,7 +23,7 @@ export interface OutputDevice {
export type InputDevices = { [deviceIdAndOutput: string]: InputDevice };
export interface InputDevice {
bleOutputAddress: number;
bleInputAddress: number;
deviceId: string;
name: string;
input: number;