mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_Randomtimer: undefined function main::get_switchmode() repaired
git-svn-id: https://svn.fhem.de/fhem/trunk@7654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
69a5f68f3f
commit
663bbf5113
@ -369,8 +369,6 @@ sub stopZeitErmitteln ($$) {
|
|||||||
sub RandomTimer_device_toggle ($)
|
sub RandomTimer_device_toggle ($)
|
||||||
{
|
{
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
#Log3 $hash, 3, "[".$hash->{NAME}."] "."RandomTimer_device_toggle------------>RandomTimer_device_toggle";
|
|
||||||
get_switchmode($hash);
|
|
||||||
|
|
||||||
my $sigma = ($hash->{COMMAND} eq "on") ? $hash->{SIGMAON} : $hash->{SIGMAOFF};
|
my $sigma = ($hash->{COMMAND} eq "on") ? $hash->{SIGMAON} : $hash->{SIGMAOFF};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user