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 {