Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelrv committed Nov 22, 2015
1 parent 1c3bac5 commit 1ba5776
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,22 @@ Where `priority` can be between -2 and 5 and maps to `syslog` levels by;
Apr 22 12:42:42 mqttest019 mqttwarn[9484]: Disk utilization: 94%
```
### `thingspeak`
The `thingspeak` service publishes data to thingspeak.com using the thingspeak API.
```ini
[config:thingspeak]
targets = {
#API WRITE KEY field optional builddata=true/false
'field1' : [ 'XXYYZZXXYYZZXXYY' ,'field1' , 'true' ],
'field2' : [ 'XXYYZZXXYYZZXXYY' ,'field2' ]
}
```
Using builddata=true you can build an update with multiple fields in 1 update. Using this function no direct update. Only with the next update without builddata=true all entries are send (e.g. when multiple sensors are updating diferent topics, then you can do the build the data and submit when the last sensor is sending the data)
note: use the field as per the example, (lower case, `'field1'` with the last digit being the field number )
### `twilio`
```ini
Expand Down

0 comments on commit 1ba5776

Please sign in to comment.