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.
  • +