From cf747f48707d1b5c4dd08337dc745617cb19e312 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 15 Sep 2018 13:08:00 +0000 Subject: [PATCH] fhem.cfg: remove default attributes, remove smallscreen and tablet FHEMWEB instances git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17350 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.cfg | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fhem.cfg b/fhem.cfg index 8c7cfd43e..b5e211ef2 100644 --- a/fhem.cfg +++ b/fhem.cfg @@ -1,19 +1,9 @@ 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