Kairlec
2023-04-23 ea3f899593f47c1c6fe708495af0a091a3c73d5f
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -261,4 +261,6 @@
    List<Device> getAllDevices();
    void removeAllDevice();
    void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online);
}