feat: implement multidistance rssi->distance model parameter estimation
This commit is contained in:
@@ -101,8 +101,10 @@ defmodule Localiser.Web.Router do
|
||||
delete "/sensors/:id/place", SensorController, :unplace
|
||||
post "/sensors/:id/factory_reset", SensorController, :factory_reset
|
||||
post "/sensors/:id/reconfigure", SensorController, :reconfigure
|
||||
post "/sensors/:id/calibration/start", SensorController, :calibration_start
|
||||
post "/sensors/:id/calibration/stop", SensorController, :calibration_stop
|
||||
post "/sensors/:id/calibration/begin", SensorController, :calibration_begin
|
||||
post "/sensors/:id/calibration/stage", SensorController, :calibration_stage_start
|
||||
post "/sensors/:id/calibration/finish", SensorController, :calibration_finish
|
||||
delete "/sensors/:id/calibration", SensorController, :calibration_cancel
|
||||
get "/sensors/:id/version", SensorController, :get_version
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user