ocpp
ocpp copied to clipboard
Improve our Examples section, including other features that this lib provides
Our examples section do not include samples of how to use the @after decorator, for instance. In fact, a new comer to this open source lib will probably never know about it, unless it starts diving into the source code.
I suggest we add examples for it and for other features we may have or at least list them in the Readme, maybe even providing perma links to the source code
Would you want help or collaboration? Some friends and I have been using ocpp for python and we are working in some interesting fixtures to test CS and CP.
Not specific to the @after tag, but I have some code I could add to the v16/central_system.py example if interested. I wasn't sure of the process for getting it into this repo as a non-collaborator.
Sure, go ahead. PRs are welcome. A lot of issues cover similar topics, so it makes sense to update the examples to make usage of this lib more clear. The @after() docorator is one of those topics.
I created this PR: https://github.com/mobilityhouse/ocpp/pull/286
As the above PR was closed and https://github.com/mobilityhouse/ocpp/issues/55 covers improved documentation; the original purpose of this PR - I'll close this for now