mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-12 08:30:24 +00:00
15 lines
213 B
TOML
15 lines
213 B
TOML
[Configuration]
|
|
Version = 100
|
|
|
|
[[Component]]
|
|
Path = "task_timer.sdv"
|
|
Class = "TaskTimerService"
|
|
|
|
[[Component]]
|
|
Path = "tasktimer_component_example.sdv"
|
|
Class = "Timer_Example"
|
|
[Component.Parameters]
|
|
Timer = 175
|
|
|
|
|