mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
71_YAMAHA_NP: Fixed 'timerVolume'
git-svn-id: https://svn.fhem.de/fhem/trunk@19747 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bba9f246fd
commit
facb76a0ca
@ -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
|
||||
|
@ -1552,7 +1552,7 @@ desiredListNloop:
|
||||
# Configure Timer according to provided parameters
|
||||
YAMAHA_NP_SendCmd($hash, "PUT:System,Misc,Timer,Param:"
|
||||
."<Start_Time>".sprintf("%02d", $timerHour).":".sprintf("%02d", $timerMinute)."</Start_Time>"
|
||||
."<Volume>$timerVolume</Volume>"
|
||||
."<Volume><Lvl>$timerVolume</Lvl></Volume>"
|
||||
."<Repeat>$timerRepeat</Repeat>", $what, $a[2], 0);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user