Skip to content

Commit

Permalink
new pricing from SOWEE
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvek authored Oct 1, 2024
1 parent 60f2388 commit c69f29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/domotik/core/dto/output.dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ type Output struct {

func NewOutputFromState(state model.State) *Output {

HIGH_TARIFF_PRICE := 0.0001963
LOW_TARIFF_PRICE := 0.0001457
HIGH_TARIFF_PRICE := 0.0002210
LOW_TARIFF_PRICE := 0.0001704

dailySumHigh := state.DailySumHigh
dailySumLow := state.DailySumLow
Expand Down

0 comments on commit c69f29a

Please sign in to comment.