diff --git a/fhem/CHANGED b/fhem/CHANGED index bbc3b2676..e923672ca 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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: 71_YAMAHA_NP: Fixed 'timerVolume' - new: huedevice.template: New template for HUEDevice - feature: 31_HUEDevice: allow perl code with setList and configList attributes - bugfix: 95_Astro: v2.0.2: Calculate astronomical season based on ecliptic diff --git a/fhem/FHEM/71_YAMAHA_NP.pm b/fhem/FHEM/71_YAMAHA_NP.pm index 2e7b0e041..f5aff4f1a 100644 --- a/fhem/FHEM/71_YAMAHA_NP.pm +++ b/fhem/FHEM/71_YAMAHA_NP.pm @@ -1552,7 +1552,7 @@ desiredListNloop: # Configure Timer according to provided parameters YAMAHA_NP_SendCmd($hash, "PUT:System,Misc,Timer,Param:" ."".sprintf("%02d", $timerHour).":".sprintf("%02d", $timerMinute)."" - ."$timerVolume" + ."$timerVolume" ."$timerRepeat", $what, $a[2], 0); } else