Skip to content

Commit fcd8c13

Browse files
committed
Merge tag '0.1.0' into dev
0.1.0 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEE3cWmPDY4seGIYnaflheFAklYR9kFAmOOAyoACgkQlheFAklY # R9ko2RAAkz0Y02Vg46J8mUwZ27L3toDBkqTH9AXmc7eDyw7Cf9J3ZqRPOI2ehvJ5 # Qr8yppGT3GEjwoMaFY89O4h382sxUbP1BS2zVMGwZ/E0PZ4R/ekUM2AWbLSUOcSC # OoVnEf7bBJGm0U7J9KeWotD4g7RQ6ew4HICxHW3aqz00PklUseFzgSNdW9oEgnD3 # 5IGhXcvMbNFXE0Csj4/PaQSftNxRWtDiFiFTfE35TC0Lr7YVeZM6itKDX+XzJ5nY # 3nZC2iWn2GGRW6YyUSKvRgyn+sejIi3vf2siWitewdZ8dehWpmY08c6Sqc5YdkyB # yu/dScLv2lf1vlyoc8sEwx0xYOn3oArFSbENd+yRDdiUd/GbxkemueJOAo7aSMWK # 7fPomV8BeETRSNbW9LTrZcYJXPV9iqSdKLYabM7G4DRUrVuMG/McennaTmvIq1ZY # 85ZGSIfW1Hhdyk4bfUo77IyYBdV6Qm3M1GoHUApyemRLYSG0vUrUt4MvWNUjKyso # ZyiwOx0drcfm08w0hWmAdWnkou49pdCvw1ebAxcQ4aOmJ7Z3/Z2dpONZiSNJpx+j # TDNsqkx3GLtIvcw6v8KrMyTO5rERuPd4/yrGSEC1TuJcZrFfACJpeZJuYbm60Fm5 # namvDAbAlcQM9grLBahMqp8rlaiRd6P2lQ8ZqHgAryxw/+5h0U4= # =YOu2 # -----END PGP SIGNATURE----- # gpg: Signature made Mon Dec 5 15:41:46 2022 CET # gpg: using RSA key DDC5A63C3638B1E18862769F96178502495847D9 # gpg: Good signature from "Andreas Linde <[email protected]>" [ultimate] # gpg: aka "Andreas Linde <[email protected]>" [ultimate] # gpg: aka "Andreas Linde <[email protected]>" [ultimate] # gpg: aka "Andreas Linde <[email protected]>" [ultimate] # gpg: aka "[jpeg image of size 11256]" [ultimate] # Primary key fingerprint: 7382 0990 290C 7D7E B8DF 3329 DA82 0554 B34E 6CA4 # Subkey fingerprint: DDC5 A63C 3638 B1E1 8862 769F 9617 8502 4958 47D9
2 parents 5799152 + aac2e52 commit fcd8c13

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)