Skip to content

Commit

Permalink
fix typo in create_schedule function description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hashtagKnorke committed Dec 20, 2024
1 parent 9289067 commit 095cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To execute the example file, first run `pip install -r requirements.txt` to inst
| `set_hot_water_boost_switch_state()` | Set the hot water boost switch state to 0 (off) or 1 (on) for the Heat Pump |
| --- | --- |
| Schedule management | |
| `create_schedule(type, active, start_time, end_time, repeat_days)` | Create a new schedule (water block, EVU, reduced heat, silent mode) with specified parameters. Se separate section below. |
| `create_schedule(type, active, start_time, end_time, repeat_days)` | Create a new schedule (water block, EVU, reduced heat, silent mode) with specified parameters. See separate section below. |
| `delete_schedule(schedule_id)` | Delete a specific schedule by its ID from the Heat Pump |

| --- | --- |
Expand Down

0 comments on commit 095cc7f

Please sign in to comment.