#
# Minimalistic fhem.pl configfile. Take a look at the other examples for more.
#
attr global logfile /var/log/fhem/fhem-%Y-%m.log
attr global statefile /var/lib/fhem/fhem.save   # where to save the state of the devices
attr global pidfilename /var/run/fhem/fhem.pid   # where to save the pid file
attr global verbose 3                  # "normal" verbosity (min 1, max 5)
attr global port 7072                  # our TCP/IP port (localhost only)
attr global modpath /usr/share/fhem    # where our FHEM directory is
