old mode 100644
new mode 100755
 |  |  | 
 |  |  |     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); | 
 |  |  | } |