Using mdns instead of hardcoded IP ...
This commit is contained in:
6
cmd/server/rpc/testdata/test_rest.rest
vendored
6
cmd/server/rpc/testdata/test_rest.rest
vendored
@ -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",
|
||||
|
Reference in New Issue
Block a user