mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
104a144b3f
git-svn-id: https://svn.fhem.de/fhem/trunk@1690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
11 lines
455 B
Plaintext
11 lines
455 B
Plaintext
#
|
|
# Minimalistic fhem.pl configfile. Take a look at the other examples for more.
|
|
#
|
|
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 modpath . # where our FHEM directory is
|
|
|
|
define telnetPort telnet 7072 # our TCP/IP port (localhost only)
|
|
#attr telnetPort password secret
|