Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -593,7 +593,7 @@ public class DefaultTransportService implements TransportService { |
593 | 593 | DeviceId deviceId = new DeviceId(new UUID(sessionInfo.getDeviceIdMSB(), sessionInfo.getDeviceIdLSB())); |
594 | 594 | metaData.putValue("deviceName", sessionInfo.getDeviceName()); |
595 | 595 | metaData.putValue("deviceType", sessionInfo.getDeviceType()); |
596 | - UUID deviceProfileId = new UUID(sessionInfo.getDeviceProfileIdMSB(),sessionInfo.getDeviceProfileIdMSB()); | |
596 | + UUID deviceProfileId = new UUID(sessionInfo.getDeviceProfileIdMSB(),sessionInfo.getDeviceProfileIdLSB()); | |
597 | 597 | metaData.putValue("device_profile_id", deviceProfileId.toString()); |
598 | 598 | metaData.putValue("deviceId",eventInfo[0]); |
599 | 599 | metaData.putValue("event_identifier", eventInfo[1]); | ... | ... |