If the device is currently set to volume level 5, and a user says:
"increase volume to 8"
The IncreaseVolume handler is triggered, volume is incremented by 1 and the new level is 6, not 8.
It looks like both the increase and set handlers match on two vocab files. So adding increase and decrease vocab as optional increases the match strength.
If the device is currently set to volume level 5, and a user says: "increase volume to 8" The IncreaseVolume handler is triggered, volume is incremented by 1 and the new level is 6, not 8.
It looks like both the increase and set handlers match on two vocab files. So adding increase and decrease vocab as optional increases the match strength.