-
Request Binding
Pairs an external device. Identifier: request_binding Elements device_id: The ID of the device you want to pair. For xBands, this is the data matrix code attached to the band. Required: True Default Value: Empty timeout_ms: Timeout in milliseconds after which an event is initiated. Required: Depends Default Value: Empty…
-
Release Binding
Releases the pairing of the specified device. Note: If you want to release all external devices, use the release_all_bindings action instead. Identifier: release_binding Elements device_id: Contains the ID of the external device you want to release. Required: Yes Default Value: Empty Examples <action id="release_device"…
-
Connecting Zebra printer
Attempts to connect and send print content to a Zebra printer. Identifier: print_zebra_label Action type print_zebra_label: Required: Yes Parameters type: The type of connection that will be made with the printer Type: String Required: Yes Default Value: Empty string Valid Values: TCP, Bluetooth format: The format the…
-
Send External Device Configuration
Enables you to configure the behavior of the xBand to your devices (e.g., vibrations and beeping sounds). Identifier: send_external_device_configuration Elements configuration: Contains the configuration values (see below) separated by commas. Required: Yes Configuration values Note: Make sure that there are no spaces in…
-
Send External Device Commands
Sends a command to the external device. Identifier: send_external_device_commands Elements device_id: Contains the ID of the external device receiving the commands. Required: No Default value: Empty commands: Contains the list of commands to be sent to the external device. Required: Yes Default value: Empty Note: If you…
-
Release All Bindings
Releases the bindings to all of the connected devices. Identifier: release_all_bindings Example <action id="release_devices" type="release_all_bindings"/>