mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
add Developer Mode and value to API Call
This commit is contained in:
@@ -42,6 +42,7 @@ export interface Settings {
|
||||
modbus_port: number;
|
||||
modbus_max_clients: number;
|
||||
modbus_timeout: number;
|
||||
developer_mode: boolean;
|
||||
}
|
||||
|
||||
export enum busConnectionStatus {
|
||||
@@ -273,6 +274,7 @@ export interface APIcall {
|
||||
device: string;
|
||||
cmd: string;
|
||||
id: number;
|
||||
value?: string; // optional
|
||||
}
|
||||
|
||||
export interface Action {
|
||||
|
||||
Reference in New Issue
Block a user