Skip to content

Commit

Permalink
Add VCL command
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHardiman committed Apr 10, 2018
1 parent 1c70965 commit 56ea440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pelcod_decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ decode_vcl(new_byte) {
else if (byte2 == 0x4C && has_byte3) msg_string += '[Left ' + byte3 + ']';
else if (byte2 == 0x52 && has_byte3) msg_string += '[Right ' + byte3 + ']';
else if (byte2 == 0x55 && has_byte3) msg_string += '[Right ' + byte3 + ']';
else if (byte2 == 0x50 && has_byte3) msg_string += '[Start Recording Pattern ' + byte3 + ']';
else if (byte2 == 0x5E && has_byte3) msg_string += '[Start Tour/Pattern ' + byte3 + ']';
else {
// invalid command (byte2 not in our list)
Expand Down

0 comments on commit 56ea440

Please sign in to comment.