const parseSetSleepSwitch = extra => {
  return {
    command: 'SETSLEEPSWITCH',
    closeGps: extra[0] === '0',
    closeGsm: extra[1] === '0'