mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-15 09:38:16 +00:00
14 lines
190 B
TOML
14 lines
190 B
TOML
[Configuration]
|
|
Version = 100
|
|
|
|
[[Component]]
|
|
Path = "task_timer.sdv"
|
|
Class = "TaskTimerService"
|
|
|
|
[[Component]]
|
|
Path = "tasktimer_component_example.sdv"
|
|
Class = "Timer_Example"
|
|
Timer = 175
|
|
|
|
|