Skip to content

Commit

Permalink
Merge branch 'inmoov-and-statemachine-1' of github.com-myrobotlab:MyR…
Browse files Browse the repository at this point in the history
…obotLab/myrobotlab into inmoov-and-statemachine-1
  • Loading branch information
supertick committed Oct 17, 2023
2 parents 34159fb + 88abadd commit e757e70
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 e757e70

Please sign in to comment.