mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Refactor MQTT subscriptions #173
This commit is contained in:
@@ -64,11 +64,11 @@ export interface EMSESPData {
|
||||
}
|
||||
|
||||
export interface DeviceValue {
|
||||
v: any;
|
||||
u: number;
|
||||
n: string;
|
||||
c: string;
|
||||
l: string[];
|
||||
v: any; // value, in any format
|
||||
u: number; // uom
|
||||
n: string; // name
|
||||
c: string; // command
|
||||
l: string[]; // list
|
||||
}
|
||||
|
||||
export interface EMSESPDeviceData {
|
||||
|
||||
Reference in New Issue
Block a user