Skip to main content
Version: 4.62

startBeaconScanning

Starts scanning for bluetooth/BLE beacons.

Field Configurations

KeyTypeDescriptionDefault Value
"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null
"leadingDelimiter"StringThe leading mustache delimiter to use.null
"params"Objectundefinednull
"trailingDelimiter"StringThe trailing mustache delimiter to use.null
"type" (required)StringType name of the action.null

Parameters

KeyTypeDescriptionDefault Value
"async"BooleanSpecifies whether the action should perform asynchronously.null

Examples

Example 1: Scan for beacons

Show ExampleHide Example

The startBeaconScanning action does not require any params.

{
"type": "startBeaconScanning"
}