mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +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 );
|
$count = 80 if ( $count > 80 );
|
||||||
while ( $i <= $count ) {
|
while ( $i <= $count ) {
|
||||||
if ( defined( $hash->{helper}{device}{channelPreset}{$i}{name} )
|
if ( defined( $hash->{helper}{device}{channelPreset}{$i}{name} )
|
||||||
&& $hash->{helper}{device}{channelPreset}{$i}{name} != "" )
|
&& $hash->{helper}{device}{channelPreset}{$i}{name} ne "" )
|
||||||
{
|
{
|
||||||
$channels .=
|
$channels .=
|
||||||
$hash->{helper}{device}{channelPreset}{$i}{name} . ",";
|
$hash->{helper}{device}{channelPreset}{$i}{name} . ",";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user