Skip to content

Commit

Permalink
add chatBot listener to servoMixer
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 10, 2023
1 parent c23129e commit 570e324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public Plan getDefault(Plan plan, String name) {
ServoMixerConfig servoMixer = (ServoMixerConfig) plan.get(getPeerName("servoMixer"));
servoMixer.listeners = new ArrayList<>();
servoMixer.listeners.add(new Listener("publishText", name + ".mouth", "onText"));
servoMixer.listeners.add(new Listener("publishText", name + ".chatBot"));

// == Peer - ear =============================
// setup name references to different services
Expand Down

0 comments on commit 570e324

Please sign in to comment.