mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
rc minor fix
git-svn-id: https://svn.fhem.de/fhem/trunk@3351 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c31a4b97d9
commit
f061497520
@ -178,7 +178,7 @@ RC_Set($@)
|
||||
## set state <command>
|
||||
} else {
|
||||
Log GetLogLevel($nam,4), "[remotecontrol] set $nam $cmd $par";
|
||||
readingsSingleUpdate($hash,"state",$cmd,1);
|
||||
readingsSingleUpdate($hash,"state",$cmd,1) if (!$par);
|
||||
}
|
||||
}
|
||||
|
||||
@ -334,11 +334,6 @@ RC_layout_itunes() {
|
||||
return @row;
|
||||
}
|
||||
|
||||
#css
|
||||
#.rc_body { background: #101010; font-size:6px;}
|
||||
#.rc_button { padding: 5px 7px;}
|
||||
#.rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
|
||||
#.rc_button img:active { border-color: gray; }
|
||||
|
||||
1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user