|
@@ -674,7 +674,7 @@ namespace WingDeviceService.Service
|
|
|
dictionary.Add("IsUploadThumbnail", isUploadThumbnail.ToString());
|
|
|
dictionary.Add("PatientType", org.PatientType.ToString());
|
|
|
dictionary.Add("HeartRateSeconds", _heartRateSeconds.ToString());
|
|
|
- dictionary.Add("NotificationWebSocketUrl", _webSocketUrl);
|
|
|
+ dictionary.Add("NotificationUrl", _webSocketUrl);
|
|
|
return dictionary;
|
|
|
}
|
|
|
|