GWE_Getting_Information_To_and_From_Devices

Getting Information To and From Devices

ENGAGE devices exchange information regularly between the device and the server based on settings for specific tasks which are discussed in another topic.

To further understand how information can be exchanged between devices and the server, select the following topics:

Getting Current Device Status {GET}

To get the current status on any specified device, go to: GET /edgeDevices/{linkId}/lockStatus.

To get the current status on all linked devices, go to: GET /edgeDevices/lockStatus.

Overriding Device Status (Lockdown)

To control or override the status on any specified device, go to: PUT /edgeDevices/{linkId}/lockControl.

To control or override the status on all linked devices, go to: PUT /edgeDevices/lockControl.

Putting a device(s) into lockdown status always puts them into the secured mode and freezes credential functionality.

Setting Gateway Configurations

To get more information about how to configure your Gateway, go to: Gateway Configuration and Setup.