Skip to content

Commit aac2e52

Browse files
committed
Merge branch 'release/0.1.0'
2 parents 5799152 + 61d3df3 commit aac2e52

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eebus-go
22

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

55
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.
66

@@ -9,11 +9,11 @@ This library provides a complete foundation for implementing [EEBUS](https://eeb
99
The supported functionality contains:
1010

1111
- Support for SHIP 1.0.1
12-
- Support for SPINE 1.1.1
12+
- Support for big parts of SPINE 1.1.1
1313
- (De-)serialization for EEBUS specific JSON format requirements
1414
- Certificate handling
1515
- mDNS Support, incl. avahi support (recommended)
16-
- Connection handling, including reconnection and double connections
16+
- Connection (websocket) handling, including reconnection and double connections
1717
- Support for handling pairing of devices
1818

1919
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/).
@@ -101,49 +101,49 @@ This approach has been tested with:
101101
- [ ] Send
102102
- [X] Full data
103103
- [ ] Partial data
104-
- [ ] Process partial data
105-
- [/] Delete Selectors
106-
- [/] Update Selectors
107-
- [/] Elements
104+
- [X] Process partial data
105+
- [X] Delete Selectors
106+
- [X] Update Selectors
107+
- [X] Elements
108108
- [ ] Request types
109109
- [X] Read
110110
- [ ] Send
111111
- [X] Full Request
112112
- [ ] Partial Request
113113
- [ ] Partial Delete
114-
- [ ] Receive
114+
- [X] Receive
115115
- [X] Full Request
116-
- [/] Partial Request
117-
- [/] Partial Delete
116+
- [X] Partial Request
117+
- [X] Partial Delete
118118
- [X] Reply
119119
- [ ] Send
120120
- [X] Full Request
121121
- [ ] Partial Request
122122
- [ ] Partial Delete
123-
- [ ] Receive
123+
- [X] Receive
124124
- [X] Full Request
125-
- [/] Partial Request
126-
- [/] Partial Delete
125+
- [X] Partial Request
126+
- [X] Partial Delete
127127
- [X] Notify
128128
- [ ] Send
129129
- [X] Full Request
130130
- [ ] Partial Request
131131
- [ ] Partial Delete
132-
- [ ] Receive
132+
- [X] Receive
133133
- [X] Full Request
134-
- [/] Partial Request
135-
- [/] Partial Delete
134+
- [X] Partial Request
135+
- [X] Partial Delete
136136
- [X] Write
137137
- [ ] Send
138138
- [X] Full Request
139139
- [ ] Partial Request
140140
- [ ] Partial Delete
141-
- [ ] Receive
141+
- [X] Receive
142142
- [X] Full Request
143-
- [/] Partial Request
144-
- [/] Partial Delete
145-
- [ ] Result message handling
146-
- [ ] Handle incoming error results
143+
- [X] Partial Request
144+
- [X] Partial Delete
145+
- [X] Result message handling
146+
- [X] Handle incoming error results
147147
- [X] Handle incoming success results
148148
- [X] Respond with error result when processing failed
149149
- [X] Acknowledgement support
@@ -158,7 +158,7 @@ This approach has been tested with:
158158
- [ ] Send
159159
- [X] Full Request
160160
- [ ] Partial Request
161-
- [ ] Receive
161+
- [X] Receive
162162
- [X] Full Request
163163
- [X] Partial Request
164164
- [ ] Reply Messages
@@ -201,23 +201,23 @@ This approach has been tested with:
201201
- [ ] Send
202202
- [X] Full Request
203203
- [ ] Partial Request
204-
- [ ] Receive
204+
- [X] Receive
205205
- [X] Full Request
206-
- [ ] Partial Request
206+
- [X] Partial Request
207207
- [ ] Reply Messages
208208
- [ ] Send
209209
- [X] Full Request
210210
- [ ] Partial Request
211211
- [X] Receive
212212
- [X] Full Request
213-
- [/] Partial Request
213+
- [X] Partial Request
214214
- [ ] Notify Messages
215215
- [ ] Send
216216
- [X] Full Request
217217
- [ ] Partial Request
218218
- [X] Receive
219219
- [X] Full Request
220-
- [/] Partial Request
220+
- [X] Partial Request
221221

222222
### General feature implementation
223223

0 commit comments

Comments
 (0)