648540858
2023-06-20 9e28923b8c1c333df8ce3caf741b0e16da2ed48a
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -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,5 @@
    void removeAllDevice();
    void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online);
    void sendChannelAddOrDelete(String deviceId, String channelId, boolean add);
}