send "step" as string

This commit is contained in:
MichaelDvP
2023-11-29 11:55:27 +01:00
parent 067100d375
commit 0d4607a922
2 changed files with 3 additions and 8 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
}