From e82433c530c8d8882c8a7c9781384872a37b8015 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 5 Feb 2023 10:57:28 +0100 Subject: [PATCH] formatting --- interface/src/project/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index f769444d8..cb6ec3648 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -48,6 +48,7 @@ export interface Stat { f: number; // fail q: number; // quality } + export interface Status { status: busConnectionStatus; tx_mode: number; @@ -57,6 +58,7 @@ export interface Status { num_analogs: number; stats: Stat[]; } + export interface Device { id: string; // id index tn: string; // device type translated name