Просмотр исходного кода

床头分机接紧急按钮时发送sos roomcall

weizhengliang 2 лет назад
Родитель
Сommit
7250c7050b

+ 1 - 1
android_bed/src/main/h10_w_yld/java/com/wdkl/app/ncs/callingbed/helper/SOSHelper.java

@@ -26,7 +26,7 @@ public class SOSHelper {
         if (Constant.EMERGENCY_ID != -1) {
             OtherUtil.sendSosCall(Constant.EMERGENCY_ID);
         } else {
-            OtherUtil.sendSosCall(Constant.DEVICE_ID);
+            OtherUtil.sendRoomSosCall(Constant.DEVICE_ID);
         }
 
         //60s之后紧急按钮灯自动复位

+ 1 - 1
android_bed/src/main/h7_z_3128_2/java/com/wdkl/app/ncs/callingbed/helper/SOSHelper.java

@@ -26,7 +26,7 @@ public class SOSHelper {
         if (Constant.EMERGENCY_ID != -1) {
             OtherUtil.sendSosCall(Constant.EMERGENCY_ID);
         } else {
-            OtherUtil.sendSosCall(Constant.DEVICE_ID);
+            OtherUtil.sendRoomSosCall(Constant.DEVICE_ID);
         }
 
         //60s之后紧急按钮灯自动复位