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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user