Update testing.ttnv2.js
This commit is contained in:
parent
160be3b09b
commit
b4f04cb3c8
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
function Decoder(bytes, port) {
|
||||
var data = {}
|
||||
function bytesToString(a) {
|
||||
|
@ -32,7 +33,7 @@ function Decoder(bytes, port) {
|
|||
} else {
|
||||
data.type = 'status'
|
||||
data.status = bytes[0] * 1
|
||||
data.selection = bytes[1] * 2
|
||||
data.selection = bytes[1] * 1
|
||||
}
|
||||
break;
|
||||
case 4: // Battery and Power Notifications
|
||||
|
|
Loading…
Add table
Reference in a new issue