Skip to content

Commit 115de90

Browse files
committed
fix enum value according to discussion in #540
1 parent e6aa524 commit 115de90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vaillant/b516_inc.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace B516_inc {
7070

7171
enum Values_usage {
7272
all: 0,
73-
heat: 2,
73+
heat: 3,
7474
water: 4,
7575
cool: 5,
7676
}

0 commit comments

Comments
 (0)