2CMC489001M0201
156
G13
Revision: A
User Manual
JSON Communication
6.3.53 POST /meters/<serial>/alarms/configuration
A POST call to /meters/<serial>/alarms/configuration updates meter alarm con-
figuration.
Note
Prior IO configuration is required to be able to configure any of the outputs.
Protected
Yes (Authentication required)
Request
POST /meters/<serial>/alarms/configuration HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Content-Type:application/json
Content-Length: 197
{
"alarmconfig":
{
"id": 25,
"quantity": 70,
"onthreshold": 0,
"offthreshold": 0,
"ondelay": 0,
"offdelay": 0,
"log": true,
"output": 1
}
}
Description
• id[Int]: Alarm number(1 to 25
• quantity[Int]: quantity index as per parametermapping
• onthreshold[Int]: threshold level
• offthreshold[Int]: threshold level
• ondelay[Int]: on delay in secons
• offdelay[Int]: off delay in seconds
• log[Bool]: boolean says, log is true or false
• output[Int]: outport number (1 to 4)
Содержание 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 ...