Tianhao (Terry) Fu
Results
35
issues of
Tianhao (Terry) Fu
Have a procedure that automatically corrects the reading of sensors.
enhancement
report
todo
For example: ```python def plugin(self, key: str, plugin: Plugin | None = None) -> Plugin | None: if plugin is None: return self._plugins[key] self._plugins[key] = plugin plugin.on_load(self) ``` `plugin` is...
enhancement
code review
todo