You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anthony edited this page Dec 13, 2015
·
1 revision
we can use an function of linknx/knxweb for update "design view" in real time with "Use Event Source"
you can check this when you "check_install" or in "Admin" section "KnxWeb configuartion" the checkbox "useEventSource"
only apache2 (web server) can use this function (nginx not compatible with)
it's define in "eibcommuniaction.js" using Javascript "EventSource" and "notify" of linknx that made a client/server connection permanently, so linknx send all the object and value when it's changed
(see http://www.w3schools.com/html/html5_serversentevents.asp )