forked from jchomaz/Vulture
(update) Mise à jour du configuration.json pour ajouter le topic de request des scores
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
"score": {
|
"score": {
|
||||||
"MQTTconfig": {
|
"MQTTconfig": {
|
||||||
"mqttScoreTopic": "game/score",
|
"mqttScoreTopic": "game/score",
|
||||||
"mqttScoreChangeTopic": "game/score/update"
|
"mqttScoreChangeTopic": "game/score/update",
|
||||||
|
"mqttScoreRequestTopic": "game/score/request"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quizzcollector": {
|
"quizzcollector": {
|
||||||
@@ -27,4 +28,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user