mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 11:01:59 +00:00
block FW update
git-svn-id: https://svn.fhem.de/fhem/trunk@5288 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d7664b7353
commit
9a602b94e4
@ -3675,7 +3675,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif($cmd eq "fwUpdate") { #################################################
|
elsif($cmd eq "fwUpdate") { #################################################
|
||||||
# return "implementation pending";
|
return "implementation pending";
|
||||||
return "no filename given" if (!$a[2]);
|
return "no filename given" if (!$a[2]);
|
||||||
return "only thru CUL " if (!$hash->{IODev}->{TYPE}
|
return "only thru CUL " if (!$hash->{IODev}->{TYPE}
|
||||||
||($hash->{IODev}->{TYPE} ne "CUL"));
|
||($hash->{IODev}->{TYPE} ne "CUL"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user