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,5 @@
|
||||
filegroup(
|
||||
name = "interfaces",
|
||||
srcs = glob(["*.yaml"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
description: An empty interface.
|
||||
@@ -0,0 +1,5 @@
|
||||
description: >-
|
||||
We make sure that we allow duplicate errors
|
||||
errors:
|
||||
- reference: /errors/example_errors#/ExampleErrorA
|
||||
- reference: /errors/example_errors
|
||||
@@ -0,0 +1,5 @@
|
||||
description: >-
|
||||
We make sure that we respect multiple error definitions
|
||||
errors:
|
||||
- reference: /errors/example_errors
|
||||
- reference: /errors/more_errors
|
||||
@@ -0,0 +1,4 @@
|
||||
description: >-
|
||||
We make sure that we can parse the error files which don't define any errors
|
||||
errors:
|
||||
- reference: /errors/no_errors
|
||||
@@ -0,0 +1,5 @@
|
||||
description: >-
|
||||
We make sure that we respect a subset of errors
|
||||
errors:
|
||||
- reference: /errors/example_errors#/ExampleErrorA
|
||||
- reference: /errors/example_errors#/ExampleErrorB
|
||||
@@ -0,0 +1,20 @@
|
||||
description: >-
|
||||
This interface defines an example interface that uses multiple framework
|
||||
features
|
||||
cmds:
|
||||
uses_something:
|
||||
description: This command checks if something is stored under a given key
|
||||
arguments:
|
||||
key:
|
||||
description: Key to check the existence for
|
||||
type: string
|
||||
pattern: ^[A-Za-z0-9_.]+$
|
||||
result:
|
||||
description: Returns 'True' if something was stored for this key
|
||||
type: boolean
|
||||
vars:
|
||||
max_current:
|
||||
description: Provides maximum current of this supply in ampere
|
||||
type: number
|
||||
errors:
|
||||
- reference: /errors/example_errors
|
||||
Reference in New Issue
Block a user