mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
13 lines
203 B
TOML
13 lines
203 B
TOML
|
|
[Configuration]
|
||
|
|
Version = 100
|
||
|
|
|
||
|
|
[[Component]]
|
||
|
|
Path = "example_general_component.sdv"
|
||
|
|
Class = "Hello_Component"
|
||
|
|
|
||
|
|
[[Component]]
|
||
|
|
Path = "example_general_component.sdv"
|
||
|
|
Class = "Hello_Component"
|
||
|
|
number = 42
|
||
|
|
|