mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
PHTV: fix typo shellscript -> perl (forum #27681)
git-svn-id: https://svn.fhem.de/fhem/trunk@8172 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5d7353d243
commit
860d159a86
@ -316,7 +316,7 @@ sub PHTV_Set($@) {
|
||||
$count = 80 if ( $count > 80 );
|
||||
while ( $i <= $count ) {
|
||||
if ( defined( $hash->{helper}{device}{channelPreset}{$i}{name} )
|
||||
&& $hash->{helper}{device}{channelPreset}{$i}{name} != "" )
|
||||
&& $hash->{helper}{device}{channelPreset}{$i}{name} ne "" )
|
||||
{
|
||||
$channels .=
|
||||
$hash->{helper}{device}{channelPreset}{$i}{name} . ",";
|
||||
|
Loading…
x
Reference in New Issue
Block a user