From dd049b2c98b7201a23f311c671535dac6dab3328 Mon Sep 17 00:00:00 2001 From: ra666ack Date: Fri, 18 Mar 2016 18:40:43 +0000 Subject: [PATCH] 71_YAMAHA_NP: Corrected model attribute bug git-svn-id: https://svn.fhem.de/fhem/trunk@11080 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/71_PHILIPS_AUDIO.pm | 2 +- fhem/FHEM/71_YAMAHA_NP.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/71_PHILIPS_AUDIO.pm b/fhem/FHEM/71_PHILIPS_AUDIO.pm index 2e0a19ec5..b84f8a5b2 100755 --- a/fhem/FHEM/71_PHILIPS_AUDIO.pm +++ b/fhem/FHEM/71_PHILIPS_AUDIO.pm @@ -50,7 +50,7 @@ sub PHILIPS_AUDIO_Initialize $hash->{AttrFn} = "PHILIPS_AUDIO_Attr"; $hash->{UndefFn} = "PHILIPS_AUDIO_Undefine"; - $hash->{AttrList} = "do_not_notify:0,1 disable:0,1 request-timeout:1,2,3,4,5 ".$readingFnAttributes; + $hash->{AttrList} = "do_not_notify:0,1 disable:0,1 model request-timeout:1,2,3,4,5 ".$readingFnAttributes; return; } diff --git a/fhem/FHEM/71_YAMAHA_NP.pm b/fhem/FHEM/71_YAMAHA_NP.pm index 6e30c14dd..ee19cedbe 100644 --- a/fhem/FHEM/71_YAMAHA_NP.pm +++ b/fhem/FHEM/71_YAMAHA_NP.pm @@ -63,7 +63,7 @@ sub YAMAHA_NP_Initialize $hash->{AttrFn} = "YAMAHA_NP_Attr"; $hash->{UndefFn} = "YAMAHA_NP_Undefine"; - $hash->{AttrList} = "do_not_notify:0,1 disable:0,1 request-timeout:1,2,3,4,5 auto-update-player-readings:1,0 auto-update-tuner-readings:1,0 smooth-volume-change:1,0 ".$readingFnAttributes; + $hash->{AttrList} = "do_not_notify:0,1 disable:0,1 request-timeout:1,2,3,4,5 model auto-update-player-readings:1,0 auto-update-tuner-readings:1,0 smooth-volume-change:1,0 ".$readingFnAttributes; return; }