14 lines
505 B
YAML
14 lines
505 B
YAML
settings:
|
|
- key: dp_dev_delay_loggerd
|
|
type: spin_button_item
|
|
title: "Delay Starting Loggerd for:"
|
|
description: "Delays the startup of loggerd and its related processes when the device goes on-road.<br>This prevents the initial moments of a drive from being recorded, protecting location privacy at the start of a trip."
|
|
category: "Device"
|
|
default: 0
|
|
min_val: 0
|
|
max_val: 300
|
|
step: 5
|
|
suffix: "sec"
|
|
special_value_text: "Off"
|
|
flags: PERSISTENT
|
|
param_type: INT |