Create basic gallery class that finds Things that want to show data
This commit is contained in:
parent
964a907edc
commit
93d7d75b0d
9 changed files with 97 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue