diff --git a/fhem/examples/01_fs20 b/fhem/examples/01_fs20 index fb19f3422..d74d64eb3 100644 --- a/fhem/examples/01_fs20 +++ b/fhem/examples/01_fs20 @@ -11,7 +11,7 @@ attr global logfile /tmp/fhem-%Y-%m.log attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity (min 1, max 5) attr global port 7072 # our TCP/IP port (localhost only) -attr global modpath /usr/local/libusr/local/lib # where our FHEM directory is +attr global modpath /usr/local/lib # where our FHEM directory is define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/02_fs20 b/fhem/examples/02_fs20 index 746450dd3..2c6300348 100644 --- a/fhem/examples/02_fs20 +++ b/fhem/examples/02_fs20 @@ -13,7 +13,7 @@ attr global logfile /tmp/fhem-%Y-%m.log attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity attr global port 7072 # our TCP/IP port (localhost only) -attr global modpath /usr/local/libusr/local/lib # where our FHEM directory is +attr global modpath /usr/local/lib # where our FHEM directory is define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/03_fht b/fhem/examples/03_fht index c58a0162e..197fe64e5 100644 --- a/fhem/examples/03_fht +++ b/fhem/examples/03_fht @@ -12,7 +12,7 @@ attr global logfile /tmp/fhem-%Y-%m.log attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity attr global port 7072 # our TCP/IP port (localhost only) -attr global modpath /usr/local/libusr/local/lib # where our FHEM directory is +attr global modpath /usr/local/lib # where our FHEM directory is define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC define wz FHT 3232 # type FHT, transmitter code 3232 (default value) diff --git a/fhem/examples/04_log b/fhem/examples/04_log index dd2d174f3..5fc6596ae 100644 --- a/fhem/examples/04_log +++ b/fhem/examples/04_log @@ -8,7 +8,7 @@ attr global logfile /tmp/fhem-%Y-%m.log attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity attr global port 7072 # our TCP/IP port (localhost only) -attr global modpath /usr/local/libusr/local/lib # where our FHEM directory is +attr global modpath /usr/local/lib # where our FHEM directory is define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC define wz FHT 3232 # type FHT, transmitter code 3232 (default value) diff --git a/fhem/examples/05_rm100 b/fhem/examples/05_rm100 index bb2219159..ed06e4635 100644 --- a/fhem/examples/05_rm100 +++ b/fhem/examples/05_rm100 @@ -12,7 +12,7 @@ attr global logfile /tmp/fhem-%Y-%m.log attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity (min 1, max 5) attr global port 7072 # our TCP/IP port (localhost only) -attr global modpath /usr/local/libusr/local/lib # where our FHEM directory is +attr global modpath /usr/local/lib # where our FHEM directory is define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC