JSON Communication
G13
217
2CMC489001M0201
User Manual
Revision: A
Request
POST /meters/<serial>/demand/configuration HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Content-Type:application/json
Content-Length: 119
{
"dmc": [
[ 1, 1],
[ 1, 2]
.
.
up to 50 channels
],
"interval": [ 900, 60 ]
"period": "weekly",
"weekday" : 2
}
Description
•
dmc
This is array of configuration of each channel. Array sequence is
formatted as [QuantityId, Dem and Code].
QuantityID is ID from storable quantities
Demand code is encoded with billing period, demand type and level
as below
Billing Demand Level Code
1 Min 1 1
1 Min 2 2
1 Min 3 3
1 Max 1 5
1 Max 2 6
1 Max 3 7
2 Min 1 9
2 Min 2 10
2 Min 3 11
2 Max 1 13
2 Max 2 14
2 Max 3 15
Содержание 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 ...