Create basic gallery class that finds Things that want to show data

This commit is contained in:
Julian Stirling 2026-05-06 10:05:34 +01:00
parent 964a907edc
commit 93d7d75b0d
9 changed files with 97 additions and 35 deletions

View file

@ -176,6 +176,9 @@ class SmartScanThing(OFMThing):
In this case it doesn't need to do anything.
"""
# Register with gallery.
_show_in_gallery = True
# Note that the default detector name is set at init. This is over written if
# setting is loaded from disk.
@lt.setting