This commit is contained in:
J. Nick Koston
2026-03-03 18:35:00 -10:00
parent 0a816192b2
commit 1e7eba1e90
5 changed files with 54 additions and 52 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ void APIServer::on_update(update::UpdateEntity *obj) {
#endif
#ifdef USE_ZWAVE_PROXY
void APIServer::on_zwave_proxy_request(const esphome::api::ProtoMessage &msg) {
void APIServer::on_zwave_proxy_request(const ZWaveProxyRequest &msg) {
// We could add code to manage a second subscription type, but, since this message type is
// very infrequent and small, we simply send it to all clients
for (auto &c : this->clients_)