mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
test data: fix number swap in test slider
This commit is contained in:
parent
968a3d85a0
commit
9002b72393
1 changed files with 3 additions and 3 deletions
|
@ -134,14 +134,14 @@
|
|||
"type": "Slider",
|
||||
"width": 400,
|
||||
"height": 50,
|
||||
"minWidth": 30,
|
||||
"minHeight": 380,
|
||||
"minWidth": 380,
|
||||
"minHeight": 30,
|
||||
"x": 600,
|
||||
"y": 50,
|
||||
"z": 0,
|
||||
"signalIDs": [],
|
||||
"customProperties": {
|
||||
"default_value" : 0,
|
||||
"default_value" : "0",
|
||||
"orientation" : 0,
|
||||
"rangeMin" : 0,
|
||||
"rangeMax": 200,
|
||||
|
|
Loading…
Add table
Reference in a new issue