class documentation

class GalleryCompatibleThing(Protocol): (source)

View In Hierarchy

Protocol for checking Things using the gallery are complete.

Note that runtime checkable protocols only check that the methods exist, not the full signatures. This means that anything attempting to define the methods will be picked up, but may throw an error when used.

Method get_data_for_gallery Undocumented
Class Variable gallery_data_name Undocumented
Class Variable gallery_data_schema Undocumented
Class Variable show_data_in_gallery Undocumented
Class Variable _thing_server_interface Undocumented
def get_data_for_gallery(self) -> list[BaseModel]: (source)

Undocumented

gallery_data_name: str = (source)

Undocumented

gallery_data_schema: type[BaseModel] = (source)

Undocumented

show_data_in_gallery: bool = (source)

Undocumented

_thing_server_interface: lt.ThingServerInterface = (source)

Undocumented