openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
170 stars 202 forks source link

re-add transaction retry #1894

Open skirsson opened 7 months ago

skirsson commented 7 months ago

When adding user codes, a transaction is lost and the codes remains in pending status and the codes are saved and working in the lock. @cdjackson do you know why this was commented out? Is it ok to re add it? this way the pending status could be removed. The event that it is timed out is COMMAND_CLASS_USER_CODE, and here is executed the removePendingConfig method.