Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- package model
-
- type Settings struct {
- CurrentAlgorithm string
- LocationConfidence int64
- LastSeenThreshold int64
- BeaconMetricSize int
- HASendInterval int
- HASendChangesOnly bool
- RSSIEnforceThreshold bool
- RSSIMinThreshold int64
- }
|