You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
259 B

  1. package model
  2. type Settings struct {
  3. CurrentAlgorithm string
  4. LocationConfidence int64
  5. LastSeenThreshold int64
  6. BeaconMetricSize int
  7. HASendInterval int
  8. HASendChangesOnly bool
  9. RSSIEnforceThreshold bool
  10. RSSIMinThreshold int64
  11. }