Skip to content

Commit

Permalink
yours was better
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 17, 2023
1 parent 7b94a64 commit 15ca9fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1498,12 +1498,11 @@ public double publishBatteryLevel(double d) {
return d;
}

/** FIXME with checking status, healthbeat, and fire events to the FSM.
* Checks battery level and sends a heartbeat flash on publishHeartbeat
* and onHeartbeat at a regular interval
* */
/**
* simple heartbeat clock of InMoov2 to keep things moving
*/
public void publishHeartbeat() {
log.info("publishHeartbeat");
log.info("publishInactivity");
}

public void publishBoot() {
Expand Down

0 comments on commit 15ca9fc

Please sign in to comment.