diff --git a/BPASmartClient.ScreenLib/Helper/Main.cs b/BPASmartClient.ScreenLib/Helper/Main.cs index 47a8eb5f..4ced2dd0 100644 --- a/BPASmartClient.ScreenLib/Helper/Main.cs +++ b/BPASmartClient.ScreenLib/Helper/Main.cs @@ -78,6 +78,11 @@ namespace BPASmartClient.ScreenLib MQTTConnection = PZdic["MQTTConnection"]; if (PZdic.ContainsKey("DeviceMC")) Name = PZdic["DeviceMC"]; + mqttDatasDic[ScreenDeviceType.大炒] = new ScreenModelMaxWok(); + mqttDatasDic[ScreenDeviceType.小炒] = new ScreenModelMinWok(); + mqttDatasDic[ScreenDeviceType.分餐机] = new ScreenModelSplitMeals(); + mqttDatasDic[ScreenDeviceType.煮面机] = new ScreenModelMorkS(); + } /// /// 设备数据 diff --git a/BPASmartClient.ScreenLib/总监视大屏/ScreenALLControl.xaml b/BPASmartClient.ScreenLib/总监视大屏/ScreenALLControl.xaml index 1af604f5..b4cc3565 100644 --- a/BPASmartClient.ScreenLib/总监视大屏/ScreenALLControl.xaml +++ b/BPASmartClient.ScreenLib/总监视大屏/ScreenALLControl.xaml @@ -204,6 +204,9 @@ + + + @@ -222,6 +225,9 @@ + + + @@ -283,6 +289,9 @@ + + + @@ -301,6 +310,9 @@ + + + @@ -346,6 +358,9 @@ + + + @@ -372,6 +387,7 @@ +