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

81_M232Counter.pm: workaround to make counter wraparound

git-svn-id: https://svn.fhem.de/fhem/trunk@381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2009-05-31 12:14:45 +00:00
parent 5187426aad
commit d25ef9d1a7
2 changed files with 4 additions and 0 deletions

View File

@ -500,3 +500,4 @@
- feature: holiday module + doc + example + holiday2we attribute
- bugfix: sunrise stuff fixed, doc missing
- feature: CUL FHT sending added
- bugfix: workaround to make M232 counter wraparound

View File

@ -400,3 +400,6 @@
- Sat May 30 2009 (Rudi)
- 99_SUNRISE_EL: sunrise/sunset called in "at" computes correctly the next
event. New "sunrise()/sunset()" calls added, min max optional parameter.
- Sun May 31 2009 (Boris)
- 81_M232Counter.pm: counter stops at 65536; workaround makes counter wraparound