2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@8866 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705 2015-07-01 15:42:14 +00:00
parent edc07bf33d
commit f499aa1dec
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.
# 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: FRITZBOX: for most features no telnet access needed anymore
Execution of own TR-064 commands now possible

View File

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