From e7cac3212f01b15b95190bc1ad9263d2372dd542 Mon Sep 17 00:00:00 2001 From: Jevgeni Kiski Date: Mon, 6 Jan 2025 22:04:06 +0200 Subject: [PATCH] Update Readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93739e4..03671fc 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Library for communication with Nibe heatpumps. ### Supported heatpump models - F1145 - - F1155 - F1245 + - F1155 - F1255 - F1345 - F1355 @@ -25,6 +25,8 @@ Library for communication with Nibe heatpumps. - S325 - S330 - S735 + - S1156 + - S1256 - S2125 - SMO20 - SMO40 @@ -228,7 +230,7 @@ python3 -m nibe.console_scripts.convert_csv ### 3. Verify JSON files -Verify that convertion was succesful and required lines correctly appeared in the json files. If some modifications are required you need to edit `extensions.json` to fix these. Do not edit source CSV files. +Verify that conversion was successful and required lines correctly appeared in the json files. If some modifications are required you need to edit `extensions.json` to fix these. Do not edit source CSV files. ### 4. Submit PR