mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
053b5689a1
git-svn-id: https://svn.fhem.de/fhem/trunk@3940 2b470e98-0d58-463d-a4d8-8e2adae1ed80
27 lines
744 B
INI
27 lines
744 B
INI
attr global logfile ./log/fhem-%Y-%m.log
|
|
attr global modpath .
|
|
attr global statefile ./log/fhem.save
|
|
attr global verbose 3
|
|
attr global updateInBackground
|
|
|
|
define telnetPort telnet 7072 global
|
|
|
|
define WEB FHEMWEB 8083 global
|
|
|
|
define WEBphone FHEMWEB 8084 global
|
|
attr WEBphone stylesheetPrefix smallscreen
|
|
|
|
define WEBtablet FHEMWEB 8085 global
|
|
attr WEBtablet stylesheetPrefix touchpad
|
|
|
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
|
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
|
|
|
|
define autocreate autocreate
|
|
attr autocreate filelog ./log/%NAME-%Y.log
|
|
|
|
define eventTypes eventTypes ./log/eventTypes.txt
|
|
|
|
# Disable this to avoid looking for new USB devices on startup
|
|
define initialUsbCheck notify global:INITIALIZED usb create
|