[zwave_proxy] Fix parser gaps and harden frame and subscription handling (#17461)

This commit is contained in:
Keith Burzinski
2026-07-13 08:58:17 +12:00
committed by GitHub
parent 2b3027a7fd
commit 434cffb745
4 changed files with 109 additions and 34 deletions
+1 -1
View File
@@ -1383,7 +1383,7 @@ void APIConnection::on_voice_assistant_set_configuration(const VoiceAssistantSet
#ifdef USE_ZWAVE_PROXY
void APIConnection::on_z_wave_proxy_frame(const ZWaveProxyFrame &msg) {
zwave_proxy::global_zwave_proxy->send_frame(msg.data, msg.data_len);
zwave_proxy::global_zwave_proxy->send_frame(this, msg.data, msg.data_len);
}
void APIConnection::on_z_wave_proxy_request(const ZWaveProxyRequest &msg) {