Skip to content

Commit

Permalink
fixed publishHeartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 17, 2023
1 parent da541c4 commit 34159fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,13 @@ public void publishInactivity() {
log.info("publishInactivity");
fsm.fire("inactvity");
}

/**
* simple heartbeat clock of InMoov2 to keep things moving
*/
public void publishHeartbeat() {
log.info("publishInactivity");
}

/**
* A more extensible interface point than publishEvent FIXME - create
Expand Down

0 comments on commit 34159fb

Please sign in to comment.