modification du fichier de config basic en fichier de config réseau pour le buzzermanager
This commit is contained in:
parent
3a445b6a21
commit
8f2ed89e05
17
services/config/config_network.json
Normal file
17
services/config/config_network.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user