device.setMotionTimeout = function(time, callback) {
    time = utils.intToHexArray(time, 2);
    return command(commands.setMotionTimeout, time, callback);
  };