diff --git a/noctua/config/nodes.ini.template b/noctua/config/nodes.ini.template index 4046d7db5a483d116b11451d6e589fd630056aec..12d1f38f081cc386eabad6a62ea54862741efef6 100644 --- a/noctua/config/nodes.ini.template +++ b/noctua/config/nodes.ini.template @@ -12,48 +12,54 @@ [ASCOM_REMOTE] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = -endpoint = +port = 123 +endpoint = /asd [STX] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = 80 -endpoint = /api +port = 123 +endpoint = /asd [CABINET] -ip = +ip = 123.123.123.123 hostname = -port = +port = 123 [LUCA_FINI] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = -endpoint = /api/v1 +port = 123 +endpoint = /asd [DOMOTICS] -protocol = https -user = -password = -ip = +protocol = http +ip = 123.123.123.123 hostname = -port = +port = 123 +endpoint = /asd [METEO] -protocol = tcp -ip = +protocol = http +ip = 123.123.123.123 hostname = -port = 5001 +port = 123 +endpoint = /asd [IPCAM] protocol = http -user = -password = -ip = +ip = 123.123.123.123 hostname = -port = 80 +port = 123 +endpoint = /asd + +[SIEMENS_SWITCH] +protocol = http +ip = 123.123.123.123 +hostname = +port = 123 +endpoint = /api