KeyCallTX Service

Version 1.0

KeyCallTX provides an interface to receiving events generated by KeyCallTX devices.

<KeyCallTXInsert>

<KeyCallTXInsert> messages inform the client that a key was inserted into a KeyCallTX unit.

Attribute

Description

Details

unit

Indicates the serial number of the KeyCallTX unit the key was inserted into

Always present

key

Indicates the key number that was inserted.

Note:
As of this writing, key 00 is sent by the KeyCallTX device as 1000

Always present

table

Indicates table ID

Present if the KeyCallTX has been associated with a table on the transmitter

batt

Indicates battery level percentage

Present if the KeyCallTX has reported a battery level percentage

<KeyCallTXInsert unit="19284756" key="23" table="10" batt="50" />

<KeyCallTXButton>

<KeyCallTXButton> messages inform the client that a button was pressed on the device.

Attribute

Description

Details

unit

Indicates the serial number of the KeyCallTX unit the button was pressed on

Always present

button

Indicates the button number that was pressed (1 or 2)

Always present

table

Indicates table number

Present if the KeyCallTX has been associated with a table on the transmitter

batt

Indicates battery level percentage

Present if the KeyCallTX has reported a battery level percentage

<KeyCallTXButton unit="19284756" button="1" table="10" batt="50" />

<KeyCallTXSupervision>

<KeyCallTXSupervision> messages inform the client that a KeyCallTX unit sent a "heartbeat" message, or as a result of a program key being inserted.

Attribute

Description

Details

unit

Indicates the serial number of the KeyCallTX unit the button was pressed on

Always present

table

Indicates table ID

Present if the KeyCallTX has been associated with a table on the transmitter

batt

Indicates battery level percentage

Present if the KeyCallTX has reported a battery level percentage

<KeyCallTXSupervision unit="19284756" table="10" batt="50" />