X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=MobilePresence%2FMobilePresences.groovy;fp=MobilePresence%2FMobilePresences.groovy;h=5fb45284c161dd44495cadf50536254ffb1059e1;hb=b6faf6d7663cbbca0606424d04c9fc89317a8941;hp=d619868973fcb388f1656dc1288fafc2ca419e36;hpb=2d26e7af07daad1394408bdcf76150b5aacf3a8a;p=smartthings-infrastructure.git diff --git a/MobilePresence/MobilePresences.groovy b/MobilePresence/MobilePresences.groovy index d619868..5fb4528 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 + String deviceNetworkId = "id58323" mobilePresences.add(new MobilePresence(sendEvent, id, label, displayName, deviceNetworkId)) }