Skip to content

Commit

Permalink
Fix Maximum ESS Grid Feed-in could be set to -1
Browse files Browse the repository at this point in the history
As per Gui-v1, the maxFeedInPower ListSpinBox 'from' property
should be set to 0.

Fixes #1828
  • Loading branch information
MikeTrahearn-Qinetic committed Jan 16, 2025
1 parent a51ad73 commit dd07063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/settings/PageSettingsHub4Feedin.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Page {
preferredVisible: restrictFeedIn.visible && restrictFeedIn.checked
dataItem.uid: Global.systemSettings.serviceUid + "/Settings/CGwacs/MaxFeedInPower"
suffix: Units.defaultUnitString(VenusOS.Units_Watt)
from: 0
to: 300000
stepSize: 100
}
Expand Down

0 comments on commit dd07063

Please sign in to comment.