class documentation
class GalleryThing(lt.Thing): (source)
A Thing for communicating with the front end gallery.
| Method | __enter__ |
Check for all gallery providing things on server startup. |
| Class Variable | all |
Undocumented |
| Property | gallery |
All Things that provide data to the gallery. |
| Property | list |
List the data from all registered things. |
| Method | _set |
Set the mapping of gallery providing things. |
| Instance Variable | _gallery |
Undocumented |
List the data from all registered things.
Currently only works with smart_scan as the UI cards are not customisable.
This will change to an action (or another type of endpoint) at a later date to enable filtering, and returning only a specific page.