Skip to content
Snippets Groups Projects
Commit f64b23b7 authored by David G. Simmons's avatar David G. Simmons
Browse files

Revert "Small fixes"

This reverts commit a987118b.
parent c11739d1
No related branches found
No related tags found
No related merge requests found
# particle webhooks # 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"
} }
``` ```
......
...@@ -74,7 +74,7 @@ func NewItemJSON() string { ...@@ -74,7 +74,7 @@ func NewItemJSON() string {
"altitude": 119.331436, "altitude": 119.331436,
"broadband": 1266, "broadband": 1266,
"infrared": 528, "infrared": 528,
"lux": 0.0 "lux": 0
} }
}, },
"ttl": 60, "ttl": 60,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment