Get current tracking state
Map<String, int> get state => { 'lastLcnValue': _lastLcnValue, 'consecutiveSameLcnCount': _consecutiveSameLcnCount, };