Skip to content

Commit

Permalink
Update sunsynk-power-flow-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 authored May 28, 2023
1 parent 20b5bc3 commit ff2be6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/sunsynk-power-flow-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,7 @@ class SunsynkPowerFlowCard extends LitElement {
}

const solar_attributes = [
'pv2_power_187', 'pv1_power_186', 'pv3_power_188', 'pv4_power_189', 'pv1_v_109', 'pv1_i_110',
'pv2_v_111', 'pv2_i_112', 'pv3_v_113', 'pv3_i_114', 'pv4_v_115', 'pv4_i_116'
'pv2_power_187', 'pv1_power_186', 'pv1_v_109', 'pv1_i_110', 'pv2_v_111', 'pv2_i_112'
];

for (const attr1 of solar_attributes) {
Expand Down

0 comments on commit ff2be6a

Please sign in to comment.