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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user