Interface RemoteInputStatesResource


public interface RemoteInputStatesResource
  • Method Details

    • list

      @GET("system/inputstates") retrofit2.Call<InputStatesList> list()
    • start

      @PUT("system/inputstates/{inputId}") retrofit2.Call<InputCreated> start(@Path("inputId") String inputId)
    • stop

      @DELETE("system/inputstates/{inputId}") retrofit2.Call<InputDeleted> stop(@Path("inputId") String inputId)