OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 forks source link

Stats fail to increment on control panel #40

Open travellingkiwi opened 8 years ago

travellingkiwi commented 8 years ago

Stats fail to increment. Posisbly a fault with the javascript. At line 1416 of cp.js the javascript

    elem = xml.getElementsByTagName('stats');

gets a runtime error from Safari and Chrome (Mac OS X 10.11.4)

'null is not an object (evaluating xml.getElementByTagName('stats'))