We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211df84 commit 345d3feCopy full SHA for 345d3fe
VS_Series/VS13x/VS13x_Decoder.js
@@ -23,12 +23,12 @@ function Decoder(bytes, port) {
23
return milesightDeviceDecode(bytes);
24
}
25
26
-total_in_chns = [0x03, 0x06, 0x09, 0x0c];
27
-total_out_chns = [0x04, 0x07, 0x0a, 0x0d];
28
-period_chns = [0x05, 0x08, 0x0b, 0x0e];
29
-child_total_in_chns = [0x11, 0x14, 0x17, 0x1a];
30
-child_total_out_chns = [0x12, 0x15, 0x18, 0x1b];
31
-child_period_chns = [0x13, 0x16, 0x19, 0x1c];
+var total_in_chns = [0x03, 0x06, 0x09, 0x0c];
+var total_out_chns = [0x04, 0x07, 0x0a, 0x0d];
+var period_chns = [0x05, 0x08, 0x0b, 0x0e];
+var child_total_in_chns = [0x11, 0x14, 0x17, 0x1a];
+var child_total_out_chns = [0x12, 0x15, 0x18, 0x1b];
+var child_period_chns = [0x13, 0x16, 0x19, 0x1c];
32
33
function milesightDeviceDecode(bytes) {
34
var decoded = {};
0 commit comments