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:
parent
edc07bf33d
commit
f499aa1dec
@ -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
|
||||
|
@ -367,6 +367,8 @@ IT_Set($@)
|
||||
$lh->{READINGS}{state}{VAL} = $v;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$lh->{READINGS}{state}{VAL} = $v;
|
||||
}
|
||||
} else {
|
||||
$lh->{READINGS}{state}{VAL} = $v;
|
||||
|
Loading…
x
Reference in New Issue
Block a user