Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
description: Dummy bank session token provider
|
||||
provides:
|
||||
main:
|
||||
description: Main implementation of bank session dummy token provider either always returning one configured token or each time a real UUID
|
||||
interface: bank_session_token_provider
|
||||
config:
|
||||
token:
|
||||
description: Dummy token string to return
|
||||
type: string
|
||||
default: DummyBankSessionToken
|
||||
randomize:
|
||||
description: Randomize token string to return
|
||||
type: boolean
|
||||
default: false
|
||||
requires: {}
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Kai-Uwe Hermann
|
||||
- Christoph Burandt
|
||||
Reference in New Issue
Block a user