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