From 71f3106b167d7d73c64a3611cee93e4ee62c2c18 Mon Sep 17 00:00:00 2001 From: dorian Date: Mon, 29 Jul 2019 13:51:36 +0200 Subject: [PATCH] added newlines --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d0aa5f..c666811 100755 --- a/README.md +++ b/README.md @@ -102,11 +102,11 @@ triggered by setting POST parameter 'submitSensorData' to a JSON encoded string ### Request - 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 -- data: JSON array[array[ - sensorId, - measvalue, - timestamp - ]] +- data: JSON array[array[ + sensorId, + measvalue, + timestamp + ]] CAUTION!! This MUST be a string and NOT direct JSON!! ### Reply - status: