Skip to content

Commit

Permalink
Ensure setPhaseProperty() is not triggered before phases are set
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit committed Jul 21, 2023
1 parent 8e543ea commit c34baf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/common/PvInverter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Device {
}

readonly property Instantiator _phaseObjects: Instantiator {
model: null
delegate: QtObject {
readonly property VeQuickItem _phaseEnergy: VeQuickItem {
uid: pvInverter.serviceUid + "/Ac/L" + (model.index + 1) + "/Energy/Forward"
Expand Down

0 comments on commit c34baf0

Please sign in to comment.