decode: fix script
This commit is contained in:
parent
6ca62453ee
commit
60774048a5
@ -141,6 +141,5 @@ unless values.empty? then
|
||||
code = (value >> 3) & 65535
|
||||
facility = (value >> 19) & 15
|
||||
printf("- value: 0X%06x, code: %05d, facility: %d, button: %d\n", value, code, facility, button)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user