feat: add get_version endpoint for individual sensors
This commit is contained in:
@@ -103,5 +103,6 @@ defmodule Localiser.Web.Router do
|
||||
post "/sensors/:id/reconfigure", SensorController, :reconfigure
|
||||
post "/sensors/:id/calibration/start", SensorController, :calibration_start
|
||||
post "/sensors/:id/calibration/stop", SensorController, :calibration_stop
|
||||
get "/sensors/:id/version", SensorController, :get_version
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user