Cloud User
2023-09-15 bc431e429026d5efb9d404767f76a0724978d40d
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,10 @@
    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);
}