81_M232Counter.pm: workaround to make counter wraparound

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neubert
2009-05-31 12:14:45 +00:00
parent f32d1d8f86
commit 77a3432e7c
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