diff --git a/webgui/lib/props.js b/webgui/lib/props.js index 4eeea84a0..945dfe5c0 100644 --- a/webgui/lib/props.js +++ b/webgui/lib/props.js @@ -38,6 +38,10 @@ var SetListener = function(path, callback, context ) { command : 'addListener', node : path })); + PropertyChangeListenerObjects._ws.send(JSON.stringify({ + command : 'get', + node : path + })); } o.push({ cb: callback, ctx: context, id: NextListenerId }); return NextListenerId++;