Add RF region property to zwave_js/network_status cmd (#87236)
This commit is contained in:
parent
9911dcfb73
commit
a2530e7f19
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ async def websocket_network_status(
|
|||
"supports_timers": controller.supports_timers,
|
||||
"is_heal_network_active": controller.is_heal_network_active,
|
||||
"inclusion_state": controller.inclusion_state,
|
||||
"rf_region": controller.rf_region,
|
||||
"nodes": [node_status(node) for node in driver.controller.nodes.values()],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue