mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 12:13:10 +00:00
Fixed price modifier date inclusion (#958)
* Support price config end before start * More changes to fix price modifiers * More changes to fix price modifiers
This commit is contained in:
@@ -129,5 +129,6 @@ private:
|
||||
PricesContainer* fetchPrices(time_t);
|
||||
bool retrieve(const char* url, Stream* doc);
|
||||
float getCurrencyMultiplier(const char* from, const char* to, time_t t);
|
||||
bool timeIsInPeriod(tmElements_t tm, PriceConfig pc);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user