Problem with Disarming Kumo app

24 views
Skip to first unread message

claireb...@gmail.com

unread,
Oct 19, 2016, 6:58:46 AM10/19/16
to Wireless Sensor Tags
Hello, I would like to see please if I have the following Kumo app correct for disarming. I have used this Kumo app in the past however for some reason now the app preforms very strange when trying to disarm. When I use this app my tags and WeMo's will cycle with a disarming and arming again and so forth. Last time I tried this Kumo app it cycled for about 10 minuets with tags arming and disarming and WeMo's turning on and off. When I begins to cycle I can't stop it, I just have to wait for it to stop. After it finished only a few were disarmed, like it timed out and just stopped where ever it was at that moment. I have a different Kumo app fort Arming and it works fine still.



<#Sensor tags to disarm_[12|13|52|72|21]_N#>.forEach(
    function(tag){
        try{ tag.disarm() }catch(e){KumoApp.Log(JSON.stringify(e)); }
        <#WeMo switches_[82]_N#>.forEach(function(s){s.lightOff();});
    }
);

claireb...@gmail.com

unread,
Nov 3, 2016, 5:05:52 PM11/3/16
to Wireless Sensor Tags
Hi, just following up on this one, are you able to help please tag support?

Zhiheng Cao

unread,
Nov 3, 2016, 7:34:02 PM11/3/16
to claireb...@gmail.com, Wireless Sensor Tags
This KumoApp does not define any event handlers, so it will run to the end and stop automatically, when you click the "Start" button. You will not be able to click the "Stop" button when it is "Starting..." i.e. running. 

--
You received this message because you are subscribed to the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wireless-sensor-tags+unsub...@googlegroups.com.
To post to this group, send email to wireless-sensor-tags@googlegroups.com.
Visit this group at https://groups.google.com/group/wireless-sensor-tags.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages