formatting

This commit is contained in:
Proddy
2023-02-05 10:57:28 +01:00
parent 3a4e6aa852
commit e82433c530

View File

@@ -48,6 +48,7 @@ export interface Stat {
f: number; // fail f: number; // fail
q: number; // quality q: number; // quality
} }
export interface Status { export interface Status {
status: busConnectionStatus; status: busConnectionStatus;
tx_mode: number; tx_mode: number;
@@ -57,6 +58,7 @@ export interface Status {
num_analogs: number; num_analogs: number;
stats: Stat[]; stats: Stat[];
} }
export interface Device { export interface Device {
id: string; // id index id: string; // id index
tn: string; // device type translated name tn: string; // device type translated name