|
|
|
@ -107,6 +107,7 @@ public interface DeviceInformationManager {
|
|
|
|
|
* @param deviceType device type of an device
|
|
|
|
|
* @param payload payload of the event
|
|
|
|
|
* @param eventType Event type being sent
|
|
|
|
|
* @return Http status code if a call is made and if failed to make a call 0
|
|
|
|
|
* @throws DeviceDetailsMgtException
|
|
|
|
|
*/
|
|
|
|
|
int publishEvents(String deviceId, String deviceType, String payload, String eventType)
|
|
|
|
|