I want to make my node status different when it is not connected to any other node (not a bluetooth connection, just connecting to a node on the flow). However the only event handler I found is 'close'. Is there any event handler that checks, if the node is connected to the another node?
For example in the image, I want to change the status to something else because debug node is not connected.
Also the Font Awesome icon fa-bluetooth is not working on node-redm that I run on Raspberry Pi. What might be the reason?
It may be possible for your node to examine it's wires property to determine if it is wired to anything - but it isn't a pattern of usage we'd generally recommend.
As for the icon, how exactly have you configured the nodes icon property?