2CMC489001M0201
194
G13
Revision: A
User Manual
JSON Communication
Response
•
200 Success
HTTP/1.1 200 OK
Content-Type: application/json
Server: embOS/IP
Transfer-Encoding: chunked
Link:/lasterror/0
{"status":"success"}
•
500 Internal Server Error
HTTP/1.1 500 Internal Server Error
Server: embOS/IP
Accept-Ranges: bytes
Content-Length: 64
Content-Type: application/json
{
"status":"error",
"des":"received invalid response from COSEM."
}
6.3.69 GET /meters/<serial>/previousvalues/<from
date
>/<
count
|
to
date>
A GET call to /meters/<serial>/previousvalues/<from
date>/<count | to
date> re-
turns previous values for the given combinations:
• from date and count
• between from date & to date
Protected
Yes (Authentication required)
Request
GET /meters/<serial>/previousvalues/<fromdate>/
<count|todate> HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Description
•
fromdate
datetime in
YYYY:MM:DDTHH:MM:SS
form, data is requested
from this time
•
todate
datetime in
YYYY:MM:DDTHH:MM:SS
form, data is requested
till this time
•
count
count up to 100
Содержание G13
Страница 1: ...G13 User Manual ...
Страница 2: ......
Страница 3: ...G13 User Manual Document ID 2CMC489001M0201 Revision A 2013 04 25 ...
Страница 8: ...Table of Content G13 4 2CMC484002M0201 User Manual Revision A ...
Страница 50: ...2CMC489001M0201 46 G13 Revision A User Manual Meter Settings 4 Set Frequency 5 Select Energy Type 6 Click Send ...
Страница 249: ...JSON Communication G13 245 2CMC489001M0201 User Manual Revision A ...