Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2023-12-02 11:06:06 +01:00
committed by GitHub
11 changed files with 217 additions and 28 deletions

View File

@@ -130,7 +130,7 @@ export interface DeviceValue {
c?: string; // command, optional
l?: string[]; // list, optional
h?: string; // help text, optional
s?: number; // steps for up/down, optional
s?: string; // steps for up/down, optional
m?: number; // min, optional
x?: number; // max, optional
}