2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00
fhem-mirror/fhem/examples/sample_pgm2
rudolfkoenig c4841f1f84 Fixed for automatic makefile substitution
git-svn-id: https://svn.fhem.de/fhem/trunk@466 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2009-11-14 08:01:16 +00:00

16 lines
553 B
Plaintext

#
# Minimalistic fhem.pl & pgm2 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
define WEB FHEMWEB 8083 global
attr WEB plotmode SVG
# Fake logfile, to access the global log
define Logfile FileLog .-%Y-%m.log fakelog