From: Seyed Amir Hossein Aqajari Date: Tue, 24 Mar 2020 23:19:34 +0000 (-0700) Subject: Fixing bug in Mobile Presence class X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=commitdiff_plain;h=79d5d10a684e93697ac66e82434ad4348394aa83 Fixing bug in Mobile Presence class --- 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)) }