mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 14:23: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;
|
return;
|
||||||
}
|
}
|
||||||
this->api_connection_ = nullptr;
|
this->api_connection_ = nullptr;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ESP_LOGW(TAG, "Unknown request type: %d", type);
|
ESP_LOGW(TAG, "Unknown request type: %d", type);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user