Skip to content
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 )

Clone this wiki locally