Bump zwave-js-server-python to 0.36.0 (#70464)

* Bump zwave-js-server-python to 0.36.0

* update missed property name change
This commit is contained in:
Raman Gupta 2022-04-23 02:20:50 -04:00 committed by GitHub
parent ed8fe9963e
commit 37ea4660f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -377,7 +377,7 @@ async def websocket_network_status(
},
"controller": {
"home_id": controller.home_id,
"library_version": controller.library_version,
"sdk_version": controller.sdk_version,
"type": controller.controller_type,
"own_node_id": controller.own_node_id,
"is_secondary": controller.is_secondary,
@ -386,7 +386,7 @@ async def websocket_network_status(
"was_real_primary": controller.was_real_primary,
"is_static_update_controller": controller.is_static_update_controller,
"is_slave": controller.is_slave,
"serial_api_version": controller.serial_api_version,
"firmware_version": controller.firmware_version,
"manufacturer_id": controller.manufacturer_id,
"product_id": controller.product_id,
"product_type": controller.product_type,