const parseSetTrembleSwitch = extra => {
  return {
    command: 'SETTREMBLESWITCH',
    sleep: extra[0] === '1',
    tremble: extra[1] === '1'