mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
use data instead of value for apicall
This commit is contained in:
@@ -274,7 +274,7 @@ export interface APIcall {
|
|||||||
device: string;
|
device: string;
|
||||||
cmd: string;
|
cmd: string;
|
||||||
id: number;
|
id: number;
|
||||||
value?: string; // optional
|
data?: string; // optional
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Action {
|
export interface Action {
|
||||||
|
|||||||
Reference in New Issue
Block a user