modification du fichier de config basic en fichier de config réseau pour le buzzermanager

This commit is contained in:
Jérémy CHOMAZ 2024-11-18 22:43:39 +01:00
parent 3a445b6a21
commit 8f2ed89e05

View File

@ -0,0 +1,17 @@
{
"hosts": {
"buzzers":{
"IP":{
"redBuzzerIP": "8.8.8.6",
"blueBuzzerIP": "8.8.8.8",
"greenBuzzerIP": "8.8.8.8",
"yellowBuzzerIP": "8.8.8.8"
},
"MQTTconfig":{
"mqttHost": "mqtt://192.168.1.78",
"mqttTopic": "buzzer/watcher"
}
}
}
}