ICD-001 Update Entity Command

Introduction

This page covers the ICD-001 Update Entity Command.

Contents



Entity Update Command Example

<!--MsgId is the unique id of the message being sent --> <!--UserId is the numeric user id of the entity which requires to be updated --> <!--This command will enable the area with UserId 1 --> <?xml version="1.0" encoding="utf-8"?> <UpdateEntityCommand MsgTimeStamp="2020-05-011T01:01:01+00:00" MsgId="1" UserId="1" Type="Area" Enabled="true" xmlns="ICDNAV001-UpdateEntityCommand.xsd"> <Sender SenderId="SenderId1" NetworkAddress="127.0.0.1" NetworkPort="10000" /> </UpdateEntityCommand>

Update Entity Command Element

The update entity command provides the ability to change the enabled status of any Witness entity, for example, alarm zones and detection areas. The command uses the numeric User Id to identify the entity to change and sets the state through the Enabled attribute. Each entity will respond slightly differently when their state is changed. For example, when an alarm zone is disabled, it stops raising alarms associated with the area, however when a detection area is disabled it will stop tracking in this area.

Update Entity Command Attributes

Attributes

Description

Type

Notes

MsgId

Unique message Id

Long

This must be globally unique across all message types 

MsgTimeStamp

Date and time that the message was sent

DateTime



UserId

Id of the entity which needs to be updated

Integer

This is the User Id of the entity. If the Id is not found or if there are duplicates found, then the update will fail

Type

The type of entity to update. Available options are:

Area

Radar

EntityType

Enabling or disabling an area will arm and disarm the area.

Enabling or disabling a radar will enable or disable tracking from the selected radar

Enabled

The state to set on the selected entity

Boolean

To enabled the entity, set this value to true, otherwise false

Network Sender Element

Each incoming message can include an optional Sender element. This must include the IP address and port that the client is using to send instructions.

If the Sender element is included the NetworkAddress value will be checked against the subscriber IP address and the command rejected if they do not match. 

In addition the Sender element is included in the Command Reply. This is a duplicate of the incoming details (i.e. the subscribers IP address and port). The subscriber can use this to verify that they authored the message.

Please note the following:

  • The entity is located based on the entity type and the User Id, therefore the combination of these two values must be unique. The configured User Id must be unique within each entity type group, however this means they can be duplicated across different entity types

  • Areas must be configured with a Disarm Mode of Automatic to be enabled or disabled this update command.


 

Safety is everything.