Announcement

Collapse
No announcement yet.

Ultrajones: RegisterStatusChangeCB Script Discussion

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

    Ultrajones: RegisterStatusChangeCB Script Discussion

    This posted is related to the following thread:
    http://board.homeseer.com/showthread.php?t=85773

    In your installation instructions you say to create and event that triggers on "Any device change to status *Any*"

    I can't find any mention of why you need that event. Would you mind going into a little more detail about CallBack functions?

    #2
    ultra_view2_xml.txt

    sub main()

    'Call subroutine to create XML file
    Call CreateXMLData

    end sub

    '----------------------------------------------------------------------
    'Purpose: Subroutine to create XML file placed in HomeSeer HTML directory
    'Inputs: None
    'Outputs: None - File created in HomeSeer HTML directory
    '----------------------------------------------------------------------
    ...


    You use that event to call the abovementioned script (which is part of the Ultraview package) to update the XML file among other things; atleast for the version I'm using.

    Comment

    Working...
    X