fhem.cfg: remove changes from r10227 and r10228 (reported via private mail)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10229 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,23 +1,12 @@
|
|||||||
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 logfile ./log/fhem-%Y-%m.log
|
||||||
attr global modpath .
|
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 statefile ./log/fhem.save
|
||||||
attr global updateInBackground 1
|
|
||||||
attr global verbose 3
|
attr global verbose 3
|
||||||
|
attr global updateInBackground
|
||||||
|
|
||||||
define telnetPort telnet 7072 global
|
define telnetPort telnet 7072 global
|
||||||
|
|
||||||
define WEB FHEMWEB 8083 global
|
define WEB FHEMWEB 8083 global
|
||||||
attr WEB editConfig 1
|
|
||||||
|
|
||||||
define WEBphone FHEMWEB 8084 global
|
define WEBphone FHEMWEB 8084 global
|
||||||
attr WEBphone stylesheetPrefix smallscreen
|
attr WEBphone stylesheetPrefix smallscreen
|
||||||
@@ -28,7 +17,6 @@ attr WEBtablet stylesheetPrefix touchpad
|
|||||||
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
||||||
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
|
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
|
||||||
|
|
||||||
|
|
||||||
define autocreate autocreate
|
define autocreate autocreate
|
||||||
attr autocreate filelog ./log/%NAME-%Y.log
|
attr autocreate filelog ./log/%NAME-%Y.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user