From 26aa55346ab73fe446144a60c63cc54c683e84a7 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 21 Oct 2024 23:27:52 +0200 Subject: [PATCH] use data instead of value for apicall --- interface/src/app/main/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/app/main/types.ts b/interface/src/app/main/types.ts index 69eeea539..d037d338e 100644 --- a/interface/src/app/main/types.ts +++ b/interface/src/app/main/types.ts @@ -274,7 +274,7 @@ export interface APIcall { device: string; cmd: string; id: number; - value?: string; // optional + data?: string; // optional } export interface Action {