mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
70_BRAVIA.pm: fix state "on" while running app mode on android 8
git-svn-id: https://svn.fhem.de/fhem/trunk@20287 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fde309ba52
commit
498043c0ce
@ -1,6 +1,7 @@
|
||||
# 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_MYSENSORS_DEVICE: Prevent FHEM crash in case of ext. OTA update
|
||||
- bugfix: 70_BRAVIA: fix state
|
||||
- bugfix: 10_MYSENSORS_DEVICE: Prevent FHEM crash in case of ext. OTA update
|
||||
- change: 70_BOTVAC: new state "Password missing",
|
||||
added check for robots in account
|
||||
- bugfix: 95_Dashboard: fix warnings
|
||||
|
@ -1133,6 +1133,9 @@ sub ReceiveCommand($$$) {
|
||||
}
|
||||
|
||||
$newstate = ProcessCommandData( $param, $return, \@successor );
|
||||
} else {
|
||||
# Android 8: timeshift mode or app mode
|
||||
$newstate = "on" if ($service eq "getScheduleList");
|
||||
}
|
||||
|
||||
if ( defined( $newstate ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user