RELEASE 11.2

This article has been updated to reflect software changes implemented in Release 11.2. For instructions on updating your device, please see Wireless Update. For more information on Release 11.2, please see Release Notes.

Config File:

/<storage>/realwear/com.realwear.controlpanel/config/config.json

Format and Options

This configuration option specifies which controls should appear in My Controls using one of two modes: “Allowlist Mode” (i.e. an inclusive list) or “Blocklist Mode” (i.e. an exclusive list). This is determined by the ‘inclusive’ variable, and as it can only be true or false you cannot both use allowlist AND blocklist controls at the same time.

Note: the HMT may require a reboot to display your changes correctly in My Controls.

inclusive: a boolean variable, which is true to indicate “Allowlist Mode” and false to indicate “Blocklist Mode”

packages: a list of IDs representing each available control (please refer to the table below)

Control Name
ID
1Wireless Networkwireless_network
2Volumevolume
3Power Optionspower_options
4My Programsmy_programs
5Mousemouse
6More Settingsmore_settings
7Microphonemicrophone
8Help Commandhelp_command
9Flashlightflashlight
10Dictationdictation
11Color Modecolor_mode
12Brightnessbrightness
13Bluetoothbluetooth
14Auto-Rotateauto_rotate
15Action Buttonaction_button

Example json file:

{ 
     "inclusive": true, 
     "list": [ 
          "dictation", 
          "auto_rotate", 
          "help_command", 
          "wireless_network" 
     ] 
}