allow configure mqtt broker port via web server

This commit is contained in:
technyon
2022-03-27 12:21:53 +02:00
parent a8ce3fc44c
commit 3eaaab0c66
4 changed files with 29 additions and 5 deletions

View File

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