Skip to content

Commit

Permalink
publishHeartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 17, 2023
1 parent da541c4 commit 88abadd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,14 @@ 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
* */
public void publishHeartbeat() {
log.info("publishHeartbeat");
}

public void publishBoot() {
log.info("publishBoot");
}
Expand Down

0 comments on commit 88abadd

Please sign in to comment.