Skip to content

Commit

Permalink
fix: use correct param when setup volume to absolute value
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Mar 7, 2024
1 parent fba2ffa commit 9405c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mExtronSSP.axs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ data_event[vdvObject] {
case NAV_MODULE_EVENT_VOLUME: {
switch (message.Parameter[1]) {
case 'ABS': {
SendString(BuildVolume(atoi(message.Parameter[1])))
SendString(BuildVolume(atoi(message.Parameter[2])))
}
default: {
stack_var sinteger value
Expand Down

0 comments on commit 9405c45

Please sign in to comment.