1
0
forked from jchomaz/Vulture

chore: Update buzzer IP addresses in network configuration.

This commit is contained in:
2025-12-01 17:20:07 +01:00
parent 01d38545ac
commit b7257272df

View File

@@ -2,10 +2,10 @@
"hosts": {
"buzzers": {
"IP": {
"redBuzzerIP": "8.8.8.6",
"blueBuzzerIP": "8.8.8.8",
"greenBuzzerIP": "8.8.8.8",
"yellowBuzzerIP": "8.8.8.8"
"redBuzzerIP": "192.168.73.40",
"blueBuzzerIP": "192.168.73.41",
"greenBuzzerIP": "192.168.73.43",
"yellowBuzzerIP": "192.168.73.42"
},
"MQTTconfig": {
"mqttHost": "mqtt://nanomq",