aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Tr900ProtocolDecoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/protocol/Tr900ProtocolDecoder.java')
-rw-r--r--src/org/traccar/protocol/Tr900ProtocolDecoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/Tr900ProtocolDecoder.java b/src/org/traccar/protocol/Tr900ProtocolDecoder.java
index 67783049d..8839f230b 100644
--- a/src/org/traccar/protocol/Tr900ProtocolDecoder.java
+++ b/src/org/traccar/protocol/Tr900ProtocolDecoder.java
@@ -115,7 +115,7 @@ public class Tr900ProtocolDecoder extends BaseProtocolDecoder {
// Other
position.set(Event.KEY_GSM, parser.group(index++));
position.set(Event.KEY_EVENT, Integer.valueOf(parser.group(index++)));
- position.set("adc1", Integer.valueOf(parser.group(index++)));
+ position.set(Event.PREFIX_ADC + 1, Integer.valueOf(parser.group(index++)));
position.set(Event.KEY_BATTERY, Integer.valueOf(parser.group(index++)));
position.set(Event.KEY_INPUT, parser.group(index++));
position.set(Event.KEY_STATUS, parser.group(index++));