From fe8289c4ad31457f43f945341db4698220ae8922 Mon Sep 17 00:00:00 2001 From: mulles Date: Thu, 11 Jul 2024 15:30:56 +0200 Subject: [PATCH 1/3] Update Readme.md Making more information about the API used in this programm available --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 19c86d6..bf2b5eb 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # senertec-dachs-msr2 -This NPM package provides a full nodejs-api for the Dachs-Ethernet-Card-HTTP-Api. +This NPM package provides a full nodejs-api for the Dachs-Ethernet-Card-HTTP-Api. Look [here](https://wiki.my-gekko.com/de/media/einbindungsenertecdachsbhkwv4795pdf_original.pdf) for the a rough german API documentation. # Usage From 221e5bbd48082e7cf9a8033cca33e922b22d3414 Mon Sep 17 00:00:00 2001 From: mulles Date: Thu, 11 Jul 2024 16:58:10 +0200 Subject: [PATCH 2/3] Update Readme.md Adapted Reamde based on your comments --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bf2b5eb..582d11c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ # senertec-dachs-msr2 -This NPM package provides a full nodejs-api for the Dachs-Ethernet-Card-HTTP-Api. Look [here](https://wiki.my-gekko.com/de/media/einbindungsenertecdachsbhkwv4795pdf_original.pdf) for the a rough german API documentation. +This NPM package provides a full nodejs-api for the Dachs-Ethernet-Card-HTTP-Api. This programm is based on the API-Documentation named [Beschreibung der +GLT-Schnittstelle - Dachs Ethernet -](https://community.symcon.de/uploads/short-url/6LOE4M5F4zx6XNMeQGgZEAs7AiC.rar), which has been provided within the forum dicussion ([link](https://community.symcon.de/t/senertec-bhkw-glt-einbindung-ueber-lan-ethernet/26658). # Usage From 6fac8750d27f5581521f34a105d069269888b43e Mon Sep 17 00:00:00 2001 From: mulles Date: Thu, 11 Jul 2024 16:59:47 +0200 Subject: [PATCH 3/3] Update Readme.md added missing ) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 582d11c..026cce2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # senertec-dachs-msr2 This NPM package provides a full nodejs-api for the Dachs-Ethernet-Card-HTTP-Api. This programm is based on the API-Documentation named [Beschreibung der -GLT-Schnittstelle - Dachs Ethernet -](https://community.symcon.de/uploads/short-url/6LOE4M5F4zx6XNMeQGgZEAs7AiC.rar), which has been provided within the forum dicussion ([link](https://community.symcon.de/t/senertec-bhkw-glt-einbindung-ueber-lan-ethernet/26658). +GLT-Schnittstelle - Dachs Ethernet -](https://community.symcon.de/uploads/short-url/6LOE4M5F4zx6XNMeQGgZEAs7AiC.rar), which has been provided within the forum dicussion ([link](https://community.symcon.de/t/senertec-bhkw-glt-einbindung-ueber-lan-ethernet/26658)). # Usage