From 863384b189b43b2118c4633a6931716e1a58b12c Mon Sep 17 00:00:00 2001 From: pest <> Date: Mon, 28 May 2007 17:56:53 +0000 Subject: [PATCH] Back to 1.3 - sorry. git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@68 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- examples/01_fs20 | 2 +- examples/02_fs20 | 2 +- examples/03_fht | 2 +- examples/04_log | 2 +- examples/05_rm100 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/01_fs20 b/examples/01_fs20 index fb19f3422..d74d64eb3 100644 --- a/examples/01_fs20 +++ b/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/examples/02_fs20 b/examples/02_fs20 index 746450dd3..2c6300348 100644 --- a/examples/02_fs20 +++ b/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/examples/03_fht b/examples/03_fht index c58a0162e..197fe64e5 100644 --- a/examples/03_fht +++ b/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/examples/04_log b/examples/04_log index dd2d174f3..5fc6596ae 100644 --- a/examples/04_log +++ b/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/examples/05_rm100 b/examples/05_rm100 index bb2219159..ed06e4635 100644 --- a/examples/05_rm100 +++ b/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