Configure Store ID Details Append with Group Name

Configure Store ID Details Append with Group Name

A new parameter,
vaVoiceCommandGroupStoreID
, has been introduced to configure store numbers, allowing multiple stores to be set up with the same configuration.
When a group includes a store number at the end, the group details will be announced in the Voice Command response without the store number
Requires PTT Pro 3.3.10312 or later.
vaVoiceCommandHeadsetConfirmation Parameter
Parameter
Description
Type
Default Value
Configurable Values
vaVoiceCommandGroupStoreID
This configuration is to provide store ID details appended with group name.
String
empty
Any String
This configuration is applied to the PTT Pro Client using the WFCPTTProDefault.json file or through the Provisioning Manager environment.
Example WFCPTTProDefault.json configuration:
{ "vaVoiceCommandGroupStoreID":"" }
Applying the configuration to Android 10 and below:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
Applying the configuration to Android 11 and above:
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"
ADB command to apply the configuration:
adb shell am start -a android.intent.action.VIEW -d "wfctp-uat://<TOKEN"> com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"vaVoiceCommandGroupStoreID" : "Store_123'}'