2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-13 03:05:34 +00:00

add ws2000 support and doc enhancements

git-svn-id: https://svn.fhem.de/fhem/trunk@174 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tdressler 2008-05-10 21:12:00 +00:00
parent 84e0bc71fa
commit c4411ba2c3
2 changed files with 7 additions and 0 deletions

View File

@ -388,3 +388,6 @@
- feature: FileLog "set reopen" for manual tweaking of logfiles.
- feature: multiline commands are supported through the command line
- feature: pgm2 installation changes, multiple instances, external css
- feature: 87_ws2000.pm (thomas 10.05.08)
- contrib: ws2000_reader.pl Standalone decoder and server (thomas 10.05.08)
- doc : update fhem.html and commandline.html reflecting ws2000 and windows installation(thomas 10.05.08)

View File

@ -248,3 +248,7 @@
- feature: multiline commands are supported through the command line
- feature: pgm2 installation changes, multiple instances, external css
-tdressler Sa May 10 23:00:00 MEST 2008
-feature:add WS2000 Support new modul 87_ws2000.pm and standalone reader/server ws2000_reader.pl
-doc: modified fhem.html/commandref.html reflectiing ws2000 device and added windows support
(tagged:before tdressler_20080510_1, after tdressler_20080510_2)