added newlines
This commit is contained in:
parent
97333cde51
commit
71f3106b16
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -102,11 +102,11 @@ triggered by setting POST parameter 'submitSensorData' to a JSON encoded string
|
||||||
### Request
|
### Request
|
||||||
- identity: identity of the api token (given by webinterface)
|
- identity: identity of the api token (given by webinterface)
|
||||||
- signature: SHA1 Hash of the JSON encoded string of 'data' rsa encrypted with the API Key as private key
|
- signature: SHA1 Hash of the JSON encoded string of 'data' rsa encrypted with the API Key as private key
|
||||||
- data: JSON array[array[
|
- data: JSON array[array[
|
||||||
sensorId,
|
sensorId,
|
||||||
measvalue,
|
measvalue,
|
||||||
timestamp
|
timestamp
|
||||||
]]
|
]]
|
||||||
CAUTION!! This MUST be a string and NOT direct JSON!!
|
CAUTION!! This MUST be a string and NOT direct JSON!!
|
||||||
### Reply
|
### Reply
|
||||||
- status:
|
- status:
|
||||||
|
|
Loading…
Reference in a new issue