diff --git a/fhem/contrib/FB7390/startfhem b/fhem/contrib/FB7390/startfhem
index 3fa96cd25..561f7c21e 100755
--- a/fhem/contrib/FB7390/startfhem
+++ b/fhem/contrib/FB7390/startfhem
@@ -17,21 +17,20 @@ export PATH
export LD_LIBRARY_PATH=$home/lib
export PERL5LIB=$home/lib/perl5/site_perl/5.12.2/mips-linux:$home/lib/perl5/site_perl/5.12.2:$home/lib/perl5/5.12.2/mips-linux:$home/lib/perl5/5.12.2
+########### START fhem-user
# let FHEM run as user boxusr80 by adding user fhem with uid of boxusr80
# Using this feature the following will not work: ping,WOL,lcd4linux
-# start fhem-user
-id fhem > /dev/null 2>&1
-if [ "$?" -ne "0" ]; then
- echo "user fhem does not exist. Adding it."
- echo "fhem:any:1080:0:fhem:/home-not-used:/bin/sh" >>/var/tmp/passwd
-fi
-# end fhem-user
+#id fhem > /dev/null 2>&1
+#if [ "$?" -ne "0" ]; then
+# echo "user fhem does not exist. Adding it."
+# echo "fhem:any:1080:0:fhem:/home-not-used:/bin/sh" >>/var/tmp/passwd
+#fi
+#chown root ${home}/dfu-programmer
+#chmod 4755 ${home}/dfu-programmer
+########### END fhem-user
-# set file ownership
+# set file ownership, so that the webinterface can read it.
chown -R boxusr80 ${home}/log
chown -R boxusr80 ${home}/FHEM
-chown root ${home}/dfu-programmer
-chmod 4755 ${home}/dfu-programmer
-
perl fhem.pl fhem.cfg
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index bcd75795e..bba6db0d5 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -8031,12 +8031,25 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. You need to define an RFXtrx433
webCmd
Colon separated list of commands to be shown in the room overview for a
- certain device. Example:
+ certain device. On smallscreen devices only the first value is
+ accessible.
+ If the first value references a command, for which "set
+ device ?" lists a number possible choices (e.g. desired-temp for FHT
+ devices), then a select widget will be displayed. If the values are
+ "slider,min,step,max", then a javascript driven slider is displayed. If
+ the command is state, then the value will be used as a command.
+ Examples:
- On smallscreen devices only the first value is accessible.
- Note: this a device, not a FHEMWEB attribute.
+ Note: this an attribute for the displayed device, not for the FHEMWEB
+ instance.