Fixing bug in Mobile Presence class
[smartthings-infrastructure.git] / MobilePresence / MobilePresences.groovy
index 5fb45284c161dd44495cadf50536254ffb1059e1..e8c23e377a4a93277b1c93ca49a955099ac4ce11 100644 (file)
@@ -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))
        }