KeyCallTX Service

Version 1.0

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

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

AttributeDescriptionDetails
unitIndicates the serial number of the KeyCallTX unit the key was inserted intoAlways present
keyIndicates the key number that was inserted.

Note:
As of this writing, key 00 is sent by the KeyCallTX device as 1000
Always present
tableIndicates table IDPresent if the KeyCallTX has been associated with a table on the transmitter
battIndicates battery level percentagePresent if the KeyCallTX has reported a battery level percentage
<KeyCallTXInsert unit="19284756" key="23" table="10" batt="50" />

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

AttributeDescriptionDetails
unitIndicates the serial number of the KeyCallTX unit the button was pressed onAlways present
buttonIndicates the button number that was pressed (1 or 2)Always present
tableIndicates table numberPresent if the KeyCallTX has been associated with a table on the transmitter
battIndicates battery level percentagePresent if the KeyCallTX has reported a battery level percentage
<KeyCallTXButton unit="19284756" button="1" table="10" batt="50" />

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

AttributeDescriptionDetails
unitIndicates the serial number of the KeyCallTX unit the button was pressed onAlways present
tableIndicates table IDPresent if the KeyCallTX has been associated with a table on the transmitter
battIndicates battery level percentagePresent if the KeyCallTX has reported a battery level percentage
<KeyCallTXSupervision unit="19284756" table="10" batt="50" />