HMT-1600/1800/2000 support

This commit is contained in:
geronet1 2024-05-21 09:54:02 +02:00
parent fc61b1a75f
commit 07dfb5fcd3
7 changed files with 92 additions and 19 deletions

View file

@ -52,6 +52,7 @@ class IApp {
virtual bool getSettingsValid() = 0;
virtual void setMqttDiscoveryFlag() = 0;
virtual bool getMqttIsConnected() = 0;
virtual bool getMqttJsonEnabled() = 0;
virtual bool getNrfEnabled() = 0;
virtual bool getCmtEnabled() = 0;