Skip to content

Commit ac93f7a

Browse files
committed
docs: update readme with progress
1 parent 82b557c commit ac93f7a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ getting and setting values, validating values, and enforcing mandatory keys.
99
- Mandatory key enforcement
1010
- Custom value validation
1111
- Provides sane default values
12+
- Supports OCPP 1.6 and 2.0.1 (separate packages for each version)
1213

1314
## Roadmap
1415

1516
- [x] Configuration versioning
1617
- [x] Custom value validation
1718
- [x] Mandatory key enforcement
1819
- [x] Support for OCPP 1.6
19-
- [ ] Support for OCPP 2.0.1
20+
- [x] Support for OCPP 2.0.1
2021

2122
## Installing
2223

@@ -26,6 +27,8 @@ getting and setting values, validating values, and enforcing mandatory keys.
2627

2728
## ⚡ Usage
2829

30+
### OCPP 1.6
31+
2932
Check out the full [OCPP 1.6 example](examples/v16/example.go).
3033

3134
```go
@@ -92,6 +95,10 @@ func main() {
9295

9396
```
9497

98+
### OCPP 2.0.1
99+
100+
TBD
101+
95102
## Notes
96103

97104
1. This library is still in development, and the API might change in the future.

0 commit comments

Comments
 (0)