diff --git a/lib/Insteon/BaseInsteon.pm b/lib/Insteon/BaseInsteon.pm index ae2db4270..6e7e34ee1 100755 --- a/lib/Insteon/BaseInsteon.pm +++ b/lib/Insteon/BaseInsteon.pm @@ -53,7 +53,7 @@ sub derive_link_state my ($p_state) = @_; my $link_state = 'on'; - if ($p_state eq 'off') + if ($p_state eq 'off' or $p_state eq 'off_fast') { $link_state = 'off'; }