648540858
2024-03-01 e932a9b824b93a4a0365e11f1e02775b10c0b045
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
old mode 100644 new mode 100755
@@ -191,8 +191,6 @@
    int getProxyStreamCount(String id);
    int getGbReceiveCount(String id);
    int getGbSendCount(String id);
    void addDiskInfo(List<Map<String, Object>> diskInfo);
@@ -204,4 +202,14 @@
    void removeAllDevice();
    void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online);
    void sendChannelAddOrDelete(String deviceId, String channelId, boolean add);
    void sendPlatformStartPlayMsg(MessageForPushChannel messageForPushChannel);
    void sendPlatformStopPlayMsg(MessageForPushChannel messageForPushChannel);
    void addPushListItem(String app, String stream, OnStreamChangedHookParam param);
    void removePushListItem(String app, String stream, String mediaServerId);
}