10_IT: Fix readings State for IT V3 switch (Forum #38406)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8866 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705 2015-07-01 15:42:14 +00:00
parent 2a4483f1b6
commit 1aeff3660d
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 10_IT: Fix readings State for IT V3 switch (Forum #38406)
- change: SOMFY: New state and action handling (added virtual receiver capability) - change: SOMFY: New state and action handling (added virtual receiver capability)
- change: FRITZBOX: for most features no telnet access needed anymore - change: FRITZBOX: for most features no telnet access needed anymore
Execution of own TR-064 commands now possible Execution of own TR-064 commands now possible

View File

@ -367,6 +367,8 @@ IT_Set($@)
$lh->{READINGS}{state}{VAL} = $v; $lh->{READINGS}{state}{VAL} = $v;
} }
} }
} else {
$lh->{READINGS}{state}{VAL} = $v;
} }
} else { } else {
$lh->{READINGS}{state}{VAL} = $v; $lh->{READINGS}{state}{VAL} = $v;