648540858
2023-06-29 7f0be280c3b5e028be8ca0c333e67decd607370b
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -263,4 +263,8 @@
    void removeAllDevice();
    void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online);
    void sendPlatformStartPlayMsg(MessageForPushChannel messageForPushChannel);
    void sendPlatformStopPlayMsg(MessageForPushChannel messageForPushChannel);
}