autocompose a 0 fix
This commit is contained in:
+3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user