jaiarobotics / jaiabot

Jaiabot source code
Other
20 stars 3 forks source link

feature/add-bot-type-to-bot-status #817

Closed michael-jaia closed 7 months ago

michael-jaia commented 7 months ago

Summary

Grabs the bot type from the bot's configuration and adds it to the bot status message.

Testing

  1. Deployed the branch to a bot.
  2. Changed the type to HYDRO in /etc/jaiabot/runtime.env and saw HYDRO appear in the bot status message.
  3. Changed the type to ECHO in /etc/jaiabot/runtime.env and saw ECHO appear in the bot status message.
  4. Changed the type to NONE in /etc/jaiabot/runtime.env and saw HYDRO appear in the bot status message.