feat: accept calibration readings only from a chosen tag
This commit is contained in:
@@ -102,6 +102,7 @@ defmodule Localiser.Web.Router do
|
||||
post "/sensors/:id/factory_reset", SensorController, :factory_reset
|
||||
post "/sensors/:id/reconfigure", SensorController, :reconfigure
|
||||
post "/sensors/:id/calibration/begin", SensorController, :calibration_begin
|
||||
post "/sensors/:id/calibration/tag", SensorController, :calibration_set_tag
|
||||
post "/sensors/:id/calibration/stage", SensorController, :calibration_stage_start
|
||||
post "/sensors/:id/calibration/finish", SensorController, :calibration_finish
|
||||
delete "/sensors/:id/calibration", SensorController, :calibration_cancel
|
||||
|
||||
Reference in New Issue
Block a user