forked from dchristl/macless-haystack
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I don't yet understand what the prefix information in the settings.toml should look like.
owntags/
└── application/
└── keys/
├── prefix-1.keyfile # Car1
├── prefix-2.keyfile # Car2
├── prefix-2.keyfile # Unicorn
└── prefix-2.keyfile # Dragon
@settings.toml
[tag_options.prefix prefix-1]
[tag_options.prefix prefix-2]
[tag_options.prefix prefix-3]
[tag_options.prefix prefix-4]
tag_name = "prefix-1" # Car1
tag_name = "prefix-2" # Car2
tag_name = "prefix-3" # Unicorn
tag_name = "prefix-4" # Dragon
or should it look like this?
owntags/
└── application/
└── keys/
├── car1.keyfile
├── car2.keyfile
├── unicorn.keyfile
└── dragon.keyfile
@settings.toml
[tag_options.prefix]
tag_name = "car1"
location = true
waypoint = false
timestamp = 1000000001
radius = false
[tag_options.prefix]
tag_name = "car2"
location = true
waypoint = false
timestamp = 1000000001
radius = false
[tag_options.prefix]
tag_name = "unicorn"
location = true
waypoint = false
timestamp = 1000000001
radius = false
[tag_options.prefix]
tag_name = "dragon"
location = true
waypoint = false
timestamp = 1000000001
radius = false
Metadata
Metadata
Assignees
Labels
No labels