|
@@ -130,6 +130,10 @@ public class VideoMqttService implements IMqttService {
|
|
|
item = new ThingsModelSimpleItem("otherAlarm","1","");
|
|
item = new ThingsModelSimpleItem("otherAlarm","1","");
|
|
|
events.add(item);
|
|
events.add(item);
|
|
|
break;
|
|
break;
|
|
|
|
|
+ default:
|
|
|
|
|
+ item = new ThingsModelSimpleItem("otherAlarm","1","");
|
|
|
|
|
+ events.add(item);
|
|
|
|
|
+ break;
|
|
|
}
|
|
}
|
|
|
Long productId = sipConfig.getProductId();
|
|
Long productId = sipConfig.getProductId();
|
|
|
if (null != productId && productId != -1L && productId != 0L) {
|
|
if (null != productId && productId != -1L && productId != 0L) {
|