From d65b07685f19e299186c827567275db5368ba211 Mon Sep 17 00:00:00 2001 From: ffsb Date: Wed, 17 Jul 2024 18:28:21 -0400 Subject: [PATCH] ready for pr --- front/plugins/omada_sdn_imp/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/plugins/omada_sdn_imp/config.json b/front/plugins/omada_sdn_imp/config.json index 76b1a95e..531ba07f 100755 --- a/front/plugins/omada_sdn_imp/config.json +++ b/front/plugins/omada_sdn_imp/config.json @@ -125,7 +125,7 @@ "description": [ { "language_code": "en_us", - "string": "Enter full URL with protocol https://CHANGEME_omada.mylocaldomain." + "string": "Enter full URL with protocol https://CHANGEME_omada.mylocaldomain:PORT." } ] }, @@ -200,7 +200,7 @@ "description": [ { "language_code": "en_us", - "string": "Omada SDN site IDs. You can get it by..." + "string": "Omada SDN site IDs. For now, we only process the first site listed since NetAlertX's other probes won't traverse across NAT and routers. But if needed please submit an issue in github with your specific use case for consideration: https://github.com/jokob-sk/NetAlertX/issues " } ] }, @@ -282,7 +282,7 @@ "description": [ { "language_code": "en_us", - "string": "The plugin synchronizes names from NetAlertX to OMADA. By default NetAlertX will only populate missing names in OMADASDN devices (i.e.: where the name is defaulting to the device MAC address); with this setting toggled, it will overwrite existing values regardless." + "string": "The plugin synchronizes names from NetAlertX to OMADA Clietnts. By default NetAlertX will only populate missing names in OMADASDN devices (i.e.: where the name is defaulting to the device MAC address); with this setting toggled, it will overwrite existing values regardless." } ] },