Skip to content

Commit

Permalink
Optimized sample sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkrause committed Jan 22, 2021
1 parent ff633c6 commit e061c2b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"sensors": [
{
"name": "North",
"lowerThreshold": -5,
"upperThreshold": 95
"lowerThreshold": -55,
"upperThreshold": 55
},
{
"name": "East",
"lowerThreshold": 85,
"upperThreshold": 185
"lowerThreshold": 35,
"upperThreshold": 145
},
{
"name": "South",
"lowerThreshold": 175,
"upperThreshold": 275
"lowerThreshold": 125,
"upperThreshold": 235
},
{
"name": "West",
"lowerThreshold": 265,
"upperThreshold": 365
"lowerThreshold": 215,
"upperThreshold": 325
}
]
}
}

0 comments on commit e061c2b

Please sign in to comment.