Skip to content

Commit

Permalink
Add Simulator Datasource for 'Zero' value. Always returns '0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Nov 18, 2019
1 parent a30e855 commit b39b1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -1,6 +1,7 @@
package io.openems.edge.simulator.datasource.csv;

public enum Source {
ZERO("zero.csv"), //
H0_HOUSEHOLD_SUMMER_WEEKDAY_STANDARD_LOAD_PROFILE("h0-summer-weekday-standard-load-profile.csv"), //
H0_HOUSEHOLD_SUMMER_WEEKDAY_PV_PRODUCTION("h0-summer-weekday-pv-production.csv"), //
H0_HOUSEHOLD_SUMMER_WEEKDAY_NON_REGULATED_CONSUMPTION("h0-summer-weekday-non-regulated-consumption.csv"), //
Expand Down
@@ -0,0 +1,2 @@
ActivePower
0

0 comments on commit b39b1e7

Please sign in to comment.