Add is_controller_node flag to WS node status (#66404)
This commit is contained in:
parent
a8304392b5
commit
a7e5f38a3e
3 changed files with 4 additions and 1 deletions
|
@ -462,6 +462,7 @@ async def websocket_node_status(
|
|||
"ready": node.ready,
|
||||
"zwave_plus_version": node.zwave_plus_version,
|
||||
"highest_security_class": node.highest_security_class,
|
||||
"is_controller_node": node.is_controller_node,
|
||||
}
|
||||
connection.send_result(
|
||||
msg[ID],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue