mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
092df067cb
git-svn-id: https://svn.fhem.de/fhem/trunk@10228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
39 lines
1.2 KiB
INI
39 lines
1.2 KiB
INI
attr global userattr cmdIcon devStateIcon devStateStyle icon sortby webCmd widgetOverride
|
|
attr global autoload_undefined_devices 1
|
|
attr global logfile ./log/fhem-%Y-%m.log
|
|
attr global modpath .
|
|
attr global motd SecurityCheck:\
|
|
\
|
|
WEB,WEBphone,WEBtablet has no basicAuth attribute.\
|
|
telnetPort has no password/globalpassword attribute.\
|
|
Running with root privileges.\
|
|
Restart FHEM for a new check if the problem is fixed,\
|
|
or set the global attribute motd to none to supress this message.\
|
|
|
|
attr global statefile ./log/fhem.save
|
|
attr global updateInBackground 1
|
|
attr global verbose 3
|
|
|
|
define telnetPort telnet 7072 global
|
|
|
|
define WEB FHEMWEB 8083 global
|
|
attr WEB editConfig 1
|
|
|
|
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
|