allow to configure the mqtt path

This commit is contained in:
technyon
2022-04-02 19:10:42 +02:00
parent a6d59af73b
commit 623eccda1e
6 changed files with 98 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ enum class TokenType
None,
MqttServer,
MqttPort,
MqttPath,
QueryIntervalLockstate,
QueryIntervalBattery,
};