浏览代码

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

Jeremy 2 年之前
父节点
当前提交
4571a14d3b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
         }