From 311671504077a35944dd0d4d538b21a1faef033b Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 8 Jan 2011 18:52:38 +0000 Subject: [PATCH] cFHZ open/close git-svn-id: https://svn.fhem.de/fhem/trunk@796 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index c7073dd79..eaa5f72c9 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -1003,7 +1003,9 @@ A line ending with \ will be concatenated with the next one, so long lines stopHMS
initfull
raw
+ open
reopen
+ close
time
Notes: @@ -1044,6 +1046,10 @@ A line ending with \ will be concatenated with the next one, so long lines initfull command sequence.
  • stopHMS probably is the inverse of initHMS (I don't have authoritative info on what exactly it does).
  • +
  • close closes and frees the serial device port until you open + it again with open, e.g. useful if you need to temporarily + unload the ftdi_sio kernel module to use the bit-bang mode.
  • +