Using mdns instead of hardcoded IP ...

This commit is contained in:
2018-10-17 15:32:01 +02:00
committed by William Petit
parent b1a4dc162d
commit 94b4b220c6
4 changed files with 51 additions and 32 deletions

View File

@ -51,14 +51,14 @@ content-type: application/json
"method": "Orion.UpdateOrionBox",
"params": [ {
"Box": {
"Address": "192.168.42.1",
"NewAddress": "192.168.100.213",
"Address": "",
"NewAddress": "",
"Security": "",
"SSID" : "reach:2a:03",
"WifiKey": "emlidreach"
},
"Server": {
"Address": "192.168.42.1",
"Address": "",
"SSID": "Pyxis",
"Security": "",
"WifiKey": "A2Z3E4R5T6Y7U",