Skip to content

Commit

Permalink
Revert "Small fixes"
Browse files Browse the repository at this point in the history
This reverts commit a987118.
  • Loading branch information
davidgs committed Nov 3, 2017
1 parent c11739d commit f64b23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/webhooks/particle/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# particle webhooks

You should configure your Particle.io's Webhooks to point at the `webhooks` service. To do this go to `(https://console.particle.io/)[https://console.particle.io]` and click `Integrations > New Integration > Webhook`. In the resulting page set `URL` to `http://<my_ip>:1619/particle`, and under `Advanced Settings` click on `JSON` and add:
You should configure your Particle.io's Webhooks to point at the `webhooks` service. To do this go to `console.particle.io/` and click `Integrations > New Integration > Webhook`. In the resulting page set `URL` to `http://<my_ip>:1619/particle`, and under `Advanced Settings` click on `JSON` and add:

```
{
"influx_db": "your_measurement_name"
"influx_db": "your_database_name"
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/webhooks/particle/particle_webhooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewItemJSON() string {
"altitude": 119.331436,
"broadband": 1266,
"infrared": 528,
"lux": 0.0
"lux": 0
}
},
"ttl": 60,
Expand Down

0 comments on commit f64b23b

Please sign in to comment.