1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 06:13:47 +01:00

Update esphome/components/zwave_proxy/zwave_proxy.cpp

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Keith Burzinski
2025-09-17 23:32:36 -05:00
committed by GitHub
parent 8c58e3314f
commit 530467ff10

View File

@@ -61,6 +61,7 @@ void ZWaveProxy::zwave_proxy_request(api::APIConnection *api_connection, api::en
return;
}
this->api_connection_ = nullptr;
break;
default:
ESP_LOGW(TAG, "Unknown request type: %d", type);
break;