[zwave_proxy] Send Home ID in DeviceInfoResponse (#10798)

Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Keith Burzinski
2025-09-19 14:52:54 +00:00
committed by GitHub
co-authored by J. Nick Koston J. Nick Koston AlCalzone pre-commit-ci-lite[bot] J. Nick Koston
parent b3a122de3c
commit 1ccec6950a
7 changed files with 78 additions and 18 deletions
+3
View File
@@ -769,6 +769,9 @@ void DeviceInfoResponse::dump_to(std::string &out) const {
#ifdef USE_ZWAVE_PROXY
dump_field(out, "zwave_proxy_feature_flags", this->zwave_proxy_feature_flags);
#endif
#ifdef USE_ZWAVE_PROXY
dump_field(out, "zwave_home_id", this->zwave_home_id);
#endif
}
void ListEntitiesRequest::dump_to(std::string &out) const { out.append("ListEntitiesRequest {}"); }
void ListEntitiesDoneResponse::dump_to(std::string &out) const { out.append("ListEntitiesDoneResponse {}"); }