const parseSetsendodometer = extra => {
  return {
    command: 'SETSENDODOMETER',
    enable: extra[0] === '1',
    range: parseInt(extra[1], 10)