Tianhao (Terry) Fu

Results 35 issues of Tianhao (Terry) Fu

This is a sub-task of #443.

enhancement
todo

See #470.

enhancement
todo

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