API reference - Ricoh Theta

Option _wlanFrequencyCLmode

Definitions
Type object

Description: Wireless LAN frequency of Theta in the client mode. This option can be set in the direct mode. One of the properties must be true. Availability of 5.2GHz and 5.8GHz depends on a country.
Theta A1 only.

Example:

{
    "enable2.4GHz": true,
    "enable5.2GHz": false,
    "enable5.8GHz": false
}
Property Type Required Description
enable2.4GHz boolean yes 2.4GHz is enabled or not.
enable5.2GHz boolean yes 5.2GHz is enabled or not.
enable5.8GHz boolean yes 5.8GHz is enabled or not.

enable2.4GHz

Definitions
Type boolean

Description: 2.4GHz is enabled or not.

enable5.2GHz

Definitions
Type boolean

Description: 5.2GHz is enabled or not.

enable5.8GHz

Definitions
Type boolean

Description: 5.8GHz is enabled or not.