Compare commits

..
2 Commits
Author SHA1 Message Date
lorenz.stechauner ce770e07c7 Export/ElwigData: Fix detection of KGs without Großlage
Test / Run tests (push) Successful in 2m45s
2026-08-25 18:14:32 +02:00
lorenz.stechauner c50a3bf417 Weighing: Add option to opt-out of automatic datetime sync at startup 2026-08-25 17:31:50 +02:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ namespace Elwig.Helpers {
s, config[$"scale.{s}:type"], config[$"scale.{s}:model"], config[$"scale.{s}:connection"],
config[$"scale.{s}:empty"], config[$"scale.{s}:filling"], config[$"scale.{s}:limit"],
config[$"scale.{s}:required"] != null ? TrueValues.Contains(config[$"scale.{s}:required"]?.ToLower()) : null,
config[$"scale.{s}:synctime"] != null ? !FalseValues.Contains(config[$"scale.{s}:synctime"]?.ToLower()) : null,
config[$"scale.{s}:synctime"] != null ? !FalseValues.Contains(config[$"scale.{s}:required"]?.ToLower()) : null,
config[$"scale.{s}:log"]
));
}
-2
View File
@@ -38,8 +38,6 @@ auto = true
;limit = 3500
; Enables scale logging
;log = waage.log
; Opt-out of auto time synchronization at startup
;synctime = false
;[scale.B]
;type = Avery-Async