public static String getDeviceId(Envelope event) {
   device deviceExt = (device) event.getExt().get("device");
   return deviceExt.getLocalId();
 }