GET /system/receiveMode

<< Click to Display Table of Contents >>

Navigation:  The API > JSON Adminstrator API > REST Resources > System > GET >

GET /system/receiveMode

receiveMode

The gateway has two operation modes.

regular operation mode                        it listens to telegrams

learn-in Mode                                it listens to Learn-in Telegrams

 

This command returns the actual state of the gateway regarding these two modes.

 

Client to Gateway:

Resource Path

HTTP method

/system/receiveMode

GET

 

Example:

The example shows the gateway in normal operation mode

 

Request:

GET /system/receiveMode

 

Gateway answer:

{
  "header" : {
    "httpStatus" : 200,
    "content" : "receiveMode",
    "gateway" : "DC-GW/EO-IP v0.98.22",
    "timestamp" : "2015-12-11T17:14:34.301+0100"
  },
  "receiveMode" : "normalMode"
}