You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/config/EnergiDataServiceConfiguration.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ public class EnergiDataServiceConfiguration {
41
41
*/
42
42
publicStringgridCompanyGLN = "";
43
43
44
+
/**
45
+
* Recalculate spot prices to hourly average based on quarter hourly
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/handler/EnergiDataServiceHandler.java
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/provider/ElectricityPriceProvider.java
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/provider/cache/ElectricityPriceSubscriptionCache.java
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/provider/cache/SubscriptionDataCache.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,14 @@ public interface SubscriptionDataCache<R> {
35
35
*/
36
36
booleanput(Rrecords);
37
37
38
+
/**
39
+
* Add key/value pairs to cache.
40
+
*
41
+
* @param records Records to add to cache
42
+
* @return true if the provided records resulted in any cache changes
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.energidataservice/src/main/java/org/openhab/binding/energidataservice/internal/provider/subscription/SpotPriceSubscription.java
0 commit comments