tomato.passata: CLI and API for tomato drivers and components
Code author: Peter Kraus
Module of functions to interact with drivers and components of tomato. Includes the following functions:
status()to query the status of a tomato componentregister()to register an individual component on a tomato driverattrs()to query attribute information on a componentcapabilities()to query capabilities of a componentconstants()to query constants on a componentget_attrs()to query values of attributes on a componentset_attr()to set value of an attribute on a componentreset()to reset a componentget_last_data()to retrieve the last recorded datapoint from a componentmeasure()to trigger an idle measurement on a component
- tomato.passata.get_attrs(port: int, timeout: int, name: str, attrs: list[str], yaml: bool = False, **_: dict) Reply