update/improve-uix #2

Merged
jchomaz merged 12 commits from update/improve-uix into main 2026-02-03 19:54:50 +01:00
2 changed files with 0 additions and 33 deletions
Showing only changes of commit ee4c2604db - Show all commits

View File

@@ -1,17 +0,0 @@
{
"services": {
"mqttHost": "mqtt://nanomq",
"score": {
"MQTTconfig": {
"mqttScoreTopic": "game/score",
"mqttScoreChangeTopic": "game/score/update"
}
},
"quizzcollector": {
"MQTTconfig": {
"mqttQuizzCollectorListTopic": "game/quizz-collector/list",
"mqttQuizzCollectorCmdTopic": "game/quizz-collector/cmd"
}
}
}
}

View File

@@ -1,16 +0,0 @@
{
"hosts": {
"buzzers": {
"IP": {
"redBuzzerIP": "192.168.73.40",
"blueBuzzerIP": "192.168.73.41",
"greenBuzzerIP": "192.168.73.42",
"yellowBuzzerIP": "192.168.73.43"
},
"MQTTconfig": {
"mqttHost": "mqtt://nanomq",
"mqttTopic": "buzzer/watcher"
}
}
}
}