mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
95_Dashboard: fixed issue when using cmdIcon attribute for devices
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10344 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ba91c1cac2
commit
0085a52af8
2
CHANGED
2
CHANGED
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 95_Dashboard: fixed issue when using cmdIcon attribute
|
||||||
|
for devices.
|
||||||
- feature: 71_PHILIPS_AUDIO: select presets and favorites by name.
|
- feature: 71_PHILIPS_AUDIO: select presets and favorites by name.
|
||||||
- feature: 50_TelegramBot: alias for commands, new readings,
|
- feature: 50_TelegramBot: alias for commands, new readings,
|
||||||
support for sending media files; plus fixes
|
support for sending media files; plus fixes
|
||||||
|
@ -866,7 +866,7 @@ sub BuildGroup
|
|||||||
} else {
|
} else {
|
||||||
my $nCmd = $cmdIcon{$cmd} ?
|
my $nCmd = $cmdIcon{$cmd} ?
|
||||||
FW_makeImage($cmdIcon{$cmd},$cmd,"webCmd") : $cmd;
|
FW_makeImage($cmdIcon{$cmd},$cmd,"webCmd") : $cmd;
|
||||||
$ret .= FW_pH "cmd.$d=set $d $cmd$rf", $cmd, 1, "col3", 1;
|
$ret .= FW_pH "cmd.$d=set $d $cmd$rf", $nCmd, 1, "col3", 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user