| | |
| | | /// <param name="ExtendedState">伸/ç¼©ç¶æ</param> |
| | | /// <returns></returns> |
| | | /// |
| | | [HttpPost,Route("ManualOperation"),AllowAnonymous] |
| | | [HttpPost,Route("ManualOperation")] |
| | | public WebResponseContent ManualOperation(string position, string ExtendedState, int DeptId) |
| | | { |
| | | return Service.ManualOperation(position, ExtendedState, DeptId); |
| | |
| | | /// <param name="ExtendedState">伸/åºç¶æ</param> |
| | | /// <returns></returns> |
| | | |
| | | [HttpPost,Route("automation"),AllowAnonymous] |
| | | [HttpPost,Route("automation")] |
| | | public WebResponseContent automation(string ExtendedState) |
| | | { |
| | | return Service.automation(ExtendedState); |
| | |
| | | ///å½èªå¨ä¼¸åºéè¦æåæ¶ï¼æåæé® |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("PauseButton"), AllowAnonymous] |
| | | [HttpPost, Route("PauseButton")] |
| | | public WebResponseContent PauseButton(int deptid) |
| | | { |
| | | |
| | |
| | | /// 伸缩æå½åä½ç½® |
| | | /// <param name="deptid">轨éç«å·</param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("CurrentLocation"), AllowAnonymous] |
| | | [HttpPost, Route("CurrentLocation")] |
| | | public WebResponseContent CurrentLocation(int deptid) |
| | | { |
| | | return Service.CurrentLocation(deptid); |