2CMC489001M0201
190
G13
Revision: A
User Manual
JSON Communication
Request
POST /meters/<serial>/io/configuration HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Content-Type:application/json
Content-Length: 22
{
"ioconfig": [ 3 , 5 , 4 , 2 ]
}
Description
ioconfig[Array of Input and outputs] - Array can contain up to 4 elements.
The following code to be provided for specific port:
•
Input = 0
•
Communication Out = 1
•
Alarm Out = 2
•
Pulse Out = 3
•
Tariff Out = 4
•
Always On = 5
•
Always Off = 6
•
Dont Change = 0xff
Examples
• https://192.168.1.12/meters/ABB_8/io/configuration