Skip to content

Commit

Permalink
Update InMoov2.java (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Nov 30, 2024
1 parent e32826d commit e8357fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,9 @@ public void onStarted(String name) {
configStarted = true;
}

invoke("publishEvent", "STARTED " + peerKey.replace(".", " "));
if (config.reportOnBoot) {
invoke("publishEvent", "STARTED " + peerKey.replace(".", " "));
}

switch (peerKey) {
case "audioPlayer":
Expand Down

0 comments on commit e8357fb

Please sign in to comment.