ZHA Extended Network Attributes in Node Red?

Is it possible to get connection attributes for ZHA devices like the component below does, but in node red?

I looked at the results from the “Get Entities” node and it doesn’t seem like any of the objects have this data, such as “Last Seen” or “RSSI”

Can you see these attributes in Home Assistant as a state? (or Sensor?)
If yes, then you can also see them in Node Red.

I figured this out. I needed to do a websocket API call from node red to get all of these attributes from ZHA.