選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

13 行
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. }