JSON Communication
G13
233
2CMC489001M0201
User Manual
Revision: A
Request
POST /meters/ABB_3/tariff/weekprofiles HTTP/1.1
Host: 192.168.1.12
Content-Length: 207
Authorization: Basic XXXXXXXXXXXXXXX=
{
"weekprofiles":[
{"profile":"Week1","dayid":[1,4,2,5,3,6,1]},
{"profile":"Week2","dayid":[1,2,3,7,5,6,7]},
{"profile":"Week3","dayid":[7,6,5,4,3,2,1]},
{"profile":"Week4","dayid":[3,4,7,8,11,12,14]}]
}
Parameters
•
profile [string(30)] - WeekProfileName[maximum of 4 week
profiles can be configured].
•
dayid [Array of Int value] - Id of dayprofile to execute.
[Refer DayProfileId from meters
get
dayprofile].
Examples
• https://192.168.1.12/meters/ABB_8/tariff/weekprofiles
Содержание 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 ...