Skip to content

Commit

Permalink
Use centimeter as units
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Jul 9, 2024
1 parent 6efc96f commit b2cc89f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4169,7 +4169,7 @@
"decimals": 1,
"min": 1.5,
"max": 4,
"unit": "@unitMeter"
"unit": "@unitCentimeter"
},
"constructor": {
"height": ["$input"]
Expand All @@ -4196,7 +4196,7 @@
"decimals": 1,
"min": 1.5,
"max": 4,
"unit": "@unitMeter"
"unit": "@unitCentimeter"
},
"constructor": {
"diameter": ["CONCAT", "$input", "m"]
Expand Down Expand Up @@ -4226,7 +4226,7 @@
"decimals": 1,
"min": 1,
"max": 4,
"unit": "@unitMeter"
"unit": "@unitCentimeter"
},
"constructor": {
"door:width": ["$input"]
Expand Down Expand Up @@ -4265,7 +4265,7 @@
"decimals": 1,
"min": 2,
"max": 4,
"unit": "@unitMeter"
"unit": "@unitCentimeter"
},
"constructor": {
"door:height": ["$input"]
Expand Down

0 comments on commit b2cc89f

Please sign in to comment.