From 0d7a2bc4f49d94cd9deccca4647ea50023cc5caa Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期五, 30 八月 2024 16:00:07 +0800 Subject: [PATCH] 设备监控样式 --- Admin.NET/WCS.Application/Hub/IPlcHub.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs index f55c14a..a026a67 100644 --- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs +++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs @@ -21,5 +21,12 @@ /// <param name="context"></param> /// <returns></returns> //Task PublicStationStatus(List<WcsDevice> context); + + /// <summary> + /// 涓嬪彂鎶ヨ淇℃伅 + /// </summary> + /// <param name="context"></param> + /// <returns></returns> + Task PublicAlarm(WcsAlarmInfoOutput context); } } -- Gitblit v1.8.0