EngageIpGatewayStatusItem

Represents the operational status of an Allegion Engage IP gateway

EngageIpGatewayStatusItem is used to describe the status of an Engage Ip Gateway.

EngageIpGatewayStatusItem Properties

EngageIpGatewayStatusItem

Field Type Inherited from Description
IsOnline Nullable<Boolean> EngageIpGatewayStatusItem Gets or sets whether the gateway is online and communicating
IsUpdatingFirmware Nullable<Boolean> EngageIpGatewayStatusItem Gets or sets whether the gateway is currently updating firmware

JSON Structure of EngageIpGatewayStatusItem

{
   "IsOnline"	:	"Nullable\<Boolean\>",
   "IsUpdatingFirmware"	:	"Nullable\<Boolean\>"
}

Update Engage Ip Gateway Status Async

Example in C#

// Returns: nothing
await client.UpdateEngageIpGatewayStatusAsync(EngageIpGatewayInfo gateway, EngageIpGatewayStatusItem status);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways/ENGAGEIPGATEWAY.KEY/status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d ENGAGEIPGATEWAY.STATUSITEM