Class UpdateDevice

java.lang.Object
cronapp.framework.rest.UpdateDevice

@RestController @RequestMapping("/device") public class UpdateDevice extends Object
  • Constructor Details

    • UpdateDevice

      public UpdateDevice()
  • Method Details

    • post

      @ResponseStatus(OK) @RequestMapping(method=POST) public void post(Device device) throws Exception
      Throws:
      Exception