mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user