Skip to content

Commit

Permalink
heh ...
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 17, 2023
1 parent 15ca9fc commit 5554a4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1498,11 +1498,13 @@ public double publishBatteryLevel(double d) {
return d;
}

/**
* simple heartbeat clock of InMoov2 to keep things moving
*/
/**
* A heartbeat that continues to check status, and fire events to the FSM.
* Checks battery, flashes leds and processes all the configured checks in
* onHeartbeat at a regular interval
* */
public void publishHeartbeat() {
log.info("publishInactivity");
log.info("publishHeartbeat");
}

public void publishBoot() {
Expand Down

0 comments on commit 5554a4e

Please sign in to comment.