From facb76a0ca359ab33f14f967ebf3ea1e42badb95 Mon Sep 17 00:00:00 2001 From: ra666ack <> Date: Sun, 30 Jun 2019 09:52:17 +0000 Subject: [PATCH] 71_YAMAHA_NP: Fixed 'timerVolume' git-svn-id: https://svn.fhem.de/fhem/trunk@19747 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/71_YAMAHA_NP.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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