X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=MobilePresence%2FMobilePresences.groovy;fp=MobilePresence%2FMobilePresences.groovy;h=e8c23e377a4a93277b1c93ca49a955099ac4ce11;hb=79d5d10a684e93697ac66e82434ad4348394aa83;hp=5fb45284c161dd44495cadf50536254ffb1059e1;hpb=e9b50d79e92a7ff191bf08dab1d49d7ab23bc87e;p=smartthings-infrastructure.git diff --git a/MobilePresence/MobilePresences.groovy b/MobilePresence/MobilePresences.groovy index 5fb4528..e8c23e3 100644 --- a/MobilePresence/MobilePresences.groovy +++ b/MobilePresence/MobilePresences.groovy @@ -13,7 +13,7 @@ public class MobilePresences extends SmartThings { String id = "mobileDeviceID0" String label = "mobileDevice" String displayName = "mobileDevice" - String deviceNetworkId = "id58323" + String deviceNetworkId = "mobile0" mobilePresences.add(new MobilePresence(sendEvent, id, label, displayName, deviceNetworkId)) }