unifiedremote/Remotes

Question: Why does volume remote set to zero?

Closed this issue · 1 comments

function set(x)
zero();
if OS_WINDOWS then
up(math.floor(x / 2));
else
up(math.floor(x / 6.25));
end
end

pqvst commented

Because there is no way to set the volume directly to say 70%. We have to move the volume to 0 first so that we know how much to raise the volume.