Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Dec 5, 2022
1 parent d7cf1fd commit 5799152
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)

This library provides a complete foundation for implementing [EEBUS][https://eebus.org] use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.
This library provides a complete foundation for implementing [EEBUS](https://eebus.org) use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.

## Introduction

Expand All @@ -16,7 +16,7 @@ The supported functionality contains:
- Connection handling, including reconnection and double connections
- Support for handling pairing of devices

Basic understanding of the EEBUS concepts SHIP and SPINE to use this library is required. Please check the corresponding specifications on the [EEBUS downloads website][https://www.eebus.org/media-downloads/].
Basic understanding of the EEBUS concepts SHIP and SPINE to use this library is required. Please check the corresponding specifications on the [EEBUS downloads website](https://www.eebus.org/media-downloads/).

An open source SDK written in go providing the foundation to use EEBUS in your projects. Contains support for SHIP and SPINE communication.

Expand All @@ -26,8 +26,7 @@ The included small demo applications do not implement any usecases and thus will

Services with implemented use cases will be implemented in different repositories and are also early work in progress:

- [HEMS](https://github.com/enbility/eebus-go-cem)
- [EVSE](https://github.com/enbility/eebus-go-evse)
- [HEMS](https://github.com/enbility/cemd)

### HEMS

Expand Down

0 comments on commit 5799152

Please sign in to comment.