Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegraf adapter for commands and improve MQTT configuration #177

Merged
merged 4 commits into from
Aug 31, 2024

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    52a58e3 View commit details
    Browse the repository at this point in the history
  2. Move MQTT topics to const instead of config

    - This simplifies things since there isn't a strong reason for
      changing the MQTT topics and it would disrupt other configs
    - Also simplifies client mocks since topics are no longer variable
    calvinmclean committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e9f7e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9b16e View commit details
    Browse the repository at this point in the history
  4. Move topic-related controller configs to mqtt.h

    - Since these fields aren't going to be configured by the user, they
      should not be in the user-modified config.h file
    calvinmclean committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6e8abf6 View commit details
    Browse the repository at this point in the history