From 6a7b135176dd51a8d7ce4224ca72f22a410ebb0c Mon Sep 17 00:00:00 2001 From: damian-s <> Date: Mon, 23 Dec 2013 09:36:44 +0000 Subject: [PATCH] deactiveted fixed git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4447 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_THRESHOLD.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/98_THRESHOLD.pm b/FHEM/98_THRESHOLD.pm index b9c61557e..eb0df655c 100644 --- a/FHEM/98_THRESHOLD.pm +++ b/FHEM/98_THRESHOLD.pm @@ -297,7 +297,7 @@ THRESHOLD_Set($@) $state_format =~ s/\_s2s//g; $state_format =~ s/\_sc//g; readingsBulkUpdate ($hash, "state", $state_format) if ($state_format); - readingsBulkUpdate ($hash, "mode", "deactiveted"); + readingsBulkUpdate ($hash, "mode", "deactivated"); readingsEndUpdate ($hash, 1); } } elsif ($arg eq "active" ) {