Skip to content

Commit 68b4f0f

Browse files
committed
avoid quote in comments
1 parent e7ae459 commit 68b4f0f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/vaillant/15.720.tsp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -398,56 +398,56 @@ namespace _720 {
398398
value: mamode2;
399399
}
400400

401-
/** this month's fuel consumption heating */
401+
/** this month fuel consumption heating */
402402
@inherit(r_1)
403403
@ext(0x4e, 0)
404404
model PrFuelSumHcThisMonth {
405405
value: energy4;
406406
}
407407

408-
/** this month's energy consumption heating */
408+
/** this month energy consumption heating */
409409
@inherit(r_1)
410410
@ext(0x4f, 0)
411411
model PrEnergySumHcThisMonth {
412412
value: energy4;
413413
}
414414

415-
/** this month's energy consumption hot water */
415+
/** this month energy consumption hot water */
416416
@inherit(r_1)
417417
@ext(0x50, 0)
418418
model PrEnergySumHwcThisMonth {
419419
value: energy4;
420420
}
421421

422-
/** this month's fuel consumption hot water */
422+
/** this month fuel consumption hot water */
423423
@inherit(r_1)
424424
@ext(0x51, 0)
425425
model PrFuelSumHwcThisMonth {
426426
value: energy4;
427427
}
428428

429-
/** last month's fuel consumption heating */
429+
/** last month fuel consumption heating */
430430
@inherit(r_1)
431431
@ext(0x52, 0)
432432
model PrFuelSumHcLastMonth {
433433
value: energy4;
434434
}
435435

436-
/** last month's energy consumption heating */
436+
/** last month energy consumption heating */
437437
@inherit(r_1)
438438
@ext(0x53, 0)
439439
model PrEnergySumHcLastMonth {
440440
value: energy4;
441441
}
442442

443-
/** last month's energy consumption hot water */
443+
/** last month energy consumption hot water */
444444
@inherit(r_1)
445445
@ext(0x54, 0)
446446
model PrEnergySumHwcLastMonth {
447447
value: energy4;
448448
}
449449

450-
/** last month's fuel consumption hot water */
450+
/** last month fuel consumption hot water */
451451
@inherit(r_1)
452452
@ext(0x55, 0)
453453
model PrFuelSumHwcLastMonth {
@@ -804,7 +804,7 @@ namespace _720 {
804804
@ext(0xb, 0)
805805
@condition(_720.Hc1CircuitType.value, "1")
806806
model Hc1ExcessTemp {
807-
/** excess temperature: flow temperature's setpoint is increased by this value to keep the mixing valve in its control range */
807+
/** excess temperature: flow temperature setpoint is increased by this value to keep the mixing valve in its control range */
808808
@minValue(0)
809809
@maxValue(20)
810810
@step(1)
@@ -1073,7 +1073,7 @@ namespace _720 {
10731073
@ext(0xb, 0)
10741074
@condition(_720.Hc2CircuitType.value, "1")
10751075
model Hc2ExcessTemp {
1076-
/** excess temperature: flow temperature's setpoint is increased by this value to keep the mixing valve in its control range */
1076+
/** excess temperature: flow temperature setpoint is increased by this value to keep the mixing valve in its control range */
10771077
@minValue(0)
10781078
@maxValue(20)
10791079
@step(1)
@@ -1342,7 +1342,7 @@ namespace _720 {
13421342
@ext(0xb, 0)
13431343
@condition(_720.Hc3CircuitType.value, "1")
13441344
model Hc3ExcessTemp {
1345-
/** excess temperature: flow temperature's setpoint is increased by this value to keep the mixing valve in its control range */
1345+
/** excess temperature: flow temperature setpoint is increased by this value to keep the mixing valve in its control range */
13461346
@minValue(0)
13471347
@maxValue(20)
13481348
@step(1)

0 commit comments

Comments
 (0)