This commit is contained in:
Stefan Allius
2023-12-15 23:42:32 +01:00
parent 3e217b96d9
commit 43f513ecbf

View File

@@ -28,7 +28,7 @@ class Inverter(AsyncStream):
class methods:
class_init(): initialize the common resources of the proxy (MQTT
broker, Proxy DB, etc). Must be called before the
first Ib´verter instance can be created
first inverter instance can be created
class_close(): release the common resources of the proxy. Should not
be called before any instances of the class are
destroyed