2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

73_xxxCalculator: Bugfix - use Time::Local

git-svn-id: https://svn.fhem.de/fhem/trunk@23663 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2021-02-02 12:55:56 +00:00
parent 6c283914dc
commit b3f5c4490b

View File

@ -1,5 +1,8 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 73_ElectricityCalculator: Use Time::Local added for compatibility
- bugfix: 73_WaterCalculator: Use Time::Local added for compatibility
- bugfix: 73_GasCalculator: Use Time::Local added for compatibility
- feature: 73_ElectricityCalculator: Midnight Timer implemented - feature: 73_ElectricityCalculator: Midnight Timer implemented
- feature: 73_WaterCalculator: Midnight Timer implemented - feature: 73_WaterCalculator: Midnight Timer implemented
- feature: 73_GasCalculator: Midnight Timer implemented - feature: 73_GasCalculator: Midnight Timer implemented