Announcement

Collapse
No announcement yet.

xAP Heartbeat

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xAP Heartbeat

    Trying to access the heartbeat signal from a device and it doesn't show up in the setup page. (HS2)

    I'd like to monitor this to insure I'm connected to my xAP devices. The format is:

    PHP Code:
    xap-hbeat
    {
    v=12
    hop
    =1
     uid
    =FF123400
    class=xap-hbeat.alive
    source
    =phaedrus.netiom.Shop
    interval
    =60

    Has anyone successfully used this?

    Thanks
    Don

    #2
    I do not think mcsXap in HS2 maps hearbeats into devices. It should recognize them as events so you can use the xAP message event trigger with the source set to recognize when such a message is received. There is the other trigger type that can be used if you are trying to trigger when a message no longer is being received.

    Comment


      #3
      Never thought of that....

      Thanks.
      Don

      Comment

      Working...
      X