Very simple - sub tag names?

Hi all,

Know this is super simple, but struggling to find any decent example snippets online.

Trying to dynamically list sensors I have around the house (and ideally then automatically repeat through all to create temperature charts), so figured I need a variable created that lists all the devices.

When I’ve gone into the template editor, I’ve entered:
SHOW TAG KEYS FROM “BrynyneuaddSensors”

Which returns ‘device’

How do I return the values of the device tag, rather than just the name??

(using InfluxDB as data source BTW)