Make roverConfiguration with JSON-RPC possible

This commit is contained in:
2018-10-19 14:46:55 +02:00
committed by William Petit
parent 128b135d5c
commit e3bfd27b0a
2 changed files with 167 additions and 5 deletions

View File

@ -72,4 +72,22 @@ content-type: application/json
}
}
} ]
}
###
POST http://192.168.100.1:8888/rpc HTTP/1.1
content-type: application/json
{
"id": 1,
"method": "Orion.ConfigureOrionBox",
"params": [ {
"Box": {
"Address": "",
"NewAddress": "",
"Security": "",
"SSID" : "reach:2a:03",
"WifiKey": "emlidreach"
}
} ]
}