I have a question regarding the State Property returned by a node. I have always wanted to be able to convert a numeric Status returned by a device as easy human readable text. For example, a Lock may return a State of "Locked" by "User 1". Is there any way to format the User value to that it is returned as "Mike" instead of 1? As a database developer by profession, I imagine some sort of look up table stored somewhere that I could grab the value from that could be related to the Node and that Status that would translate the User into a text value to be used in notifications. Perhaps something like this is possible with PG3? Any advice would be appreciated.