From 8f2ed89e058b6bc3f1d752446d380e84caf26b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 18 Nov 2024 22:43:39 +0100 Subject: [PATCH] =?UTF-8?q?modification=20du=20fichier=20de=20config=20bas?= =?UTF-8?q?ic=20en=20fichier=20de=20config=20r=C3=A9seau=20pour=20le=20buz?= =?UTF-8?q?zermanager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/config/config_network.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 services/config/config_network.json diff --git a/services/config/config_network.json b/services/config/config_network.json new file mode 100644 index 0000000..f0e35dd --- /dev/null +++ b/services/config/config_network.json @@ -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" + } + } + } + +} \ No newline at end of file