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