Add RF region property to zwave_js/network_status cmd (#87236)

This commit is contained in:
Raman Gupta 2023-02-05 14:13:55 -05:00 committed by GitHub
parent 9911dcfb73
commit a2530e7f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()],
},
}