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

concat posts to fix polling for schlage lock #77

Open braathwaate opened 1 year ago

braathwaate commented 1 year ago

When debugging polling for a schlage BE469ZP lock, I saw that multiple posts were made for a single large string. This pull request fixes polling for this lock, by concatenating the posts into a single string.