Parcourir la source

设备获取服务端配置,增加是否合流

Jeremy il y a 2 ans
Parent
commit
4571a14d3b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Service/DeviceService.cs

+ 1 - 0
Service/DeviceService.cs

@@ -677,6 +677,7 @@ namespace WingDeviceService.Service
             dictionary.Add("PatientType", org.PatientType.ToString());
             dictionary.Add("HeartRateSeconds", _heartRateSeconds.ToString());
             dictionary.Add("NotificationUrl", _webSocketUrl);
+            dictionary.Add("MergedChannel", deviceInfo.MergedChannel.ToString());
             dictionary.Add("LiveConsultationRateSeconds", _liveConsultationRateSeconds.ToString());
             return dictionary;
         }