Homeseer String

Is there a way to get the Sting value for a Homeseer device? (Value and Status work fine)

Can you show me the JSON for this device?

What’s the exact field in the JSON?

For the most part, the only relevant data that people wish to see is either value, status, or last_change. All of which are available in Home Remote.

Here’s the request that returns the JSON status data as documented on their website
https://connected2.homeseer.com/JSON?user=USER&pass=PASS&request=getstatus

docs
https://docs.homeseer.com/display/HSPI/JSON+API

Thank you for looking at this. I have done some JSON testing and the JSON query for Status returns the string if it is different from the value/string pair, so everything is working. I want to use the string in a popup when various errors or messages are required.