// Connected toys: Lush 4, Nora, Domi 2.
lovensePattern.loadMultiplePatterns([
  {
    type: 'funScript',
    patternLink: '[pattern link]',
    toyId: '[Lush 4 toyId]',
  },
  {
    type: 'funScript',
    patternLink: '[pattern link]',
    data: [
      { pos: 50, at: 1000 },
      { pos: 80, at: 2000 },
      { pos: 20, at: 3000 },
    ],// If data is not null, the pattern from data will be used. If data is null, the pattern from patternLink will be used. If both are null, an error will be returned.
  }
])// Lush 4 reacts to the first patternLink; Nora and Domi 2 react to the second pattern data.