From 79d5d10a684e93697ac66e82434ad4348394aa83 Mon Sep 17 00:00:00 2001
From: Seyed Amir Hossein Aqajari <saqajari@circinus-40.ics.uci.edu>
Date: Tue, 24 Mar 2020 16:19:34 -0700
Subject: [PATCH] Fixing bug in Mobile Presence class

---
 MobilePresence/MobilePresences.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))
 	}
-- 
2.34.1