Commit 105ad25580b92b3734893b1e8e1d8306de2cbb3d

Authored by 648540858
1 parent 68fbc8fe

默认设备状态变化发送通知

src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
... ... @@ -51,7 +51,7 @@ public class UserSetting {
51 51  
52 52 private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE;
53 53  
54   - private Boolean deviceStatusNotify = Boolean.FALSE;
  54 + private Boolean deviceStatusNotify = Boolean.TRUE;
55 55 private Boolean useCustomSsrcForParentInvite = Boolean.TRUE;
56 56  
57 57 private String serverId = "000000";
... ...