[BETA] Device Details Display Utility

In delving into the way that device drivers are constructed for HE I found myself bouncing from page to page to wrap my head around the details particularly if I was trying to look at 2 or more devices. To speed up my analysis I wrote a series of small apps, that I finally decided to consolidate into one slightly bigger one that gave me all of the details about a device in one place. The current working result is at:

https://raw.githubusercontent.com/thebearmay/hubitat/main/apps/deviceCharacteristics.groovy

App provides a quick way to get a listing of capabilities, attributes (summary and detail on type and current values), commands implemented (summary, and details on parameters and types), and device specific data.

11 Likes

Very similar to to GetAttributeApp, but with more details:

Hadn’t seen that before, but there are some similarities at the first layer.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

Just found this handy little info app, never knew it existed! Thanks.

1 Like