JSON Communication
G13
237
2CMC489001M0201
User Manual
Revision: A
Request
POST /meters/ABB_3/tariff/seasonprofiles HTTP/1.1
Host: 192.168.1.12
Content-Length: 296
Authorization: Basic XXXXXXXXXXXXXXX=
{
"seasonprofiles":[
{"day":254,"month":10,"profile":"Winter","week-
profile":"Week1"},
{"day":1,"month":5,"profile":"Summer","weekpro-
file":"Week2"},
{"day":1,"month":9,"profile":"Autumn","weekpro-
file":"Week3"}]
}
Description
•
day [Int] - Season startdayOfMonth.
• month [Int] - Season startmonth.
• profile [String(30)] - Season name.
• startime [String] - Season starttime [Month:Day].
• weekprofile [String] - weekprofile name to execute. [Refer weekname
from meters
get
weekprofile].
Examples
• https://192.168.1.12/meters/ABB_8/tariff/seasonprofiles