Création du BuzzerWatcher et mise à jour des fichiers associés

This commit is contained in:
2024-11-11 14:28:21 +01:00
parent 7e2e417191
commit 8aeafd56d6
2 changed files with 56 additions and 0 deletions

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"
}
}
}
}