mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
#
|
|
# Minimalistic fhem.pl configfile. Take a look at the other examples for more.
|
|
#
|
|
attr global logfile .-%Y-%m.log
|
|
attr global statefile ..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 . # where our FHEM directory is
|