2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 14:47:00 +00:00

70_BRAVIA.pm: set remoteControl supports command codes

git-svn-id: https://svn.fhem.de/fhem/trunk@15479 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vuffiraa 2017-11-22 21:18:34 +00:00
parent 16bb7afd4d
commit 0d4e62d1c6
2 changed files with 3 additions and 1 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.
- change: 70_BRAVIA: set remoteControl supports command codes
- change: 98_dewpoint: Consolidated and corrected formulas for dewpoint
(Forum #78359)
- fix: 00_SIGNALduino: Fix Bresser Sensor and perl sensor

View File

@ -1788,7 +1788,8 @@ sub BRAVIA_GetRemotecontrolCommand($) {
return $commands;
}
else {
return "";
# return command itself if not mapped
return $command;
}
}