2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

71_YAMAHA_NP: Added player readings support for airplay and spotify inputs.

git-svn-id: https://svn.fhem.de/fhem/trunk@16025 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ra666ack 2018-01-28 17:48:28 +00:00
parent 50c2aaaa70
commit 89bd59e84d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +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.
- feature: 71_YAMAHA_NP: Added player readings support for
airplay and spotify inputs.
- change: 93_DbLog:V3.8.0, log events containing pipe "|" possible
- bugfix: 98_TRAFFIC: v1.3.5, fixed return readings in DbLog_SplitFn
- feature: attr: -a and -r Options added (Forum #83414)

View File

@ -1863,7 +1863,7 @@ sub YAMAHA_NP_ParseResponse
if(AttrVal($name, "autoUpdatePlayerReadings", "1") eq "1" )
{
# Inputs don't use any player readings. Blank them.
if($input !~ m/^(aux|digital|spotify|airplay)/)
if($input !~ m/^(aux|digital)/)
{
YAMAHA_NP_SendCmd($hash, "GET:Player,Play_Info:GetParam", "statusRequest", "playerStatus", 0);
}