Skip to content

Commit e9d019e

Browse files
committed
Set Boolean inputs units to bool instead of x
1 parent a01bcd2 commit e9d019e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inputs/supply/heat/energy/ht/storage/heat_storage_enabled_ht.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
- min_value = 0.0
1212
- start_value_gql = present:0.0
1313
- step_value = 1.0
14-
- unit = x
14+
- unit = bool
1515
- update_period = both

inputs/supply/heat/energy/mt/storage/heat_storage_enabled_mt.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
- min_value = 0.0
1212
- start_value_gql = present:0.0
1313
- step_value = 1.0
14-
- unit = x
14+
- unit = bool
1515
- update_period = both

0 commit comments

Comments
 (0)