Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MK-2001 committed Jan 19, 2024
1 parent cc61584 commit 8784e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ Invert. Type >${hvsInvType_String}, Nr: ${hvsInvType}<`);
adapter.setState(`Diagnosis.Tower_${t+1}.mVoltMinCell`, towerAttributes[t].hvsMinmVoltCell, true);
adapter.setState(`Diagnosis.Tower_${t+1}.TempMaxCell`, towerAttributes[t].hvsMaxTempCell, true);
adapter.setState(`Diagnosis.Tower_${t+1}.TempMinCell`, towerAttributes[t].hvsMinTempCell, true);
adapter.setState(`Diagnosis.Tower_${t+1}.Balancing`, towerAttributes[t].balacing, true);
adapter.setState(`Diagnosis.Tower_${t+1}.ChargeTotal`, towerAttributes[t].chargeTotal, true);
adapter.setState(`Diagnosis.Tower_${t+1}.DischargeTotal`, towerAttributes[t].dischargeTotal, true);
adapter.setState(`Diagnosis.Tower_${t+1}.ETA`, towerAttributes[t].eta, true);
Expand Down

0 comments on commit 8784e1d

Please sign in to comment.