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:
parent
ed8fe9963e
commit
37ea4660f9
4 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue