From d87e990e48573798fe36bb62a7cd96bcf6ca53e8 Mon Sep 17 00:00:00 2001 From: suaveolent Date: Fri, 13 Sep 2024 09:39:14 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c36902c..ad7825f 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,11 @@ else: - `async_set_power_limit(power_limit)`: Set the power limit of the inverter (0-100%) - `async_set_wifi(wifi_ssid, wifi_password)`: Configure the wifi network - `async_firmware_update()`: Update to latest firmware -- `async_restart_dtu`: Restart the DTU -- `async_turn_on_inverter`: Turn the inverter on -- `async_turn_off_inverter`: Turn the inverter off -- `async_get_information_data`: Retrieve information data -- `async_heartbeat`: Request a heartbeat message from the DTU +- `async_restart_dtu()`: Restart the DTU +- `async_turn_on_inverter()`: Turn the inverter on +- `async_turn_off_inverter()`: Turn the inverter off +- `async_get_information_data()`: Retrieve information data +- `async_heartbeat()`: Request a heartbeat message from the DTU ## Note