[RELEASE] Homebridge Hubitat v2.0

Thanks for the quick response! I tried to find them under the Debug categories but they don't show up in the list either. I believe they are being filtered out of the lists because they don't contain a certain capability (like "Refresh").

I was able to pull the JSON from the MakerAPI though for one of the virtual temp. sensors:

JSON
{
"name": "Pool Water Temperature",
"label": "Pool Water Temperature",
"type": "Virtual Temperature Sensor",
"id": "897",
"date": "2020-10-28T21:06:10+0000",
"model": null,
"manufacturer": null,
"capabilities": [
"TemperatureMeasurement"
],
"attributes": {
"temperature": "71.0",
"dataType": "NUMBER",
"values": null
},
"commands": [
{
"command": "setTemperature"
}
]

I hope this helps?