autocompose a 0 fix

This commit is contained in:
=
2020-09-24 17:35:02 +02:00
parent ad3a91ad1c
commit 8f97eeecfd
@@ -247,6 +247,9 @@ export default class Warmers extends Vue {
let result = new Map<number, Warmers.IResistance[]>();
for (const c of this.channels) c.setpointHMI = 0;
for (const row of this.rows) {
for (const cell of this.resistancesPerRow(row)) {
this.resistancePosition(row, cell, point1, point2, point3, point4);