API reference - Ricoh Theta

Set network type

Definitions
Type object

Description: Set network type.

Service UUID3c6feeb6-f335-4f93-a4bb-495f926db409
Characteristic UUID4b181146-ef3b-4619-8c82-1ba4a743acfe
Value formatUTF-8 string (JSON)
Enabled to readfalse
Enabled to writetrue
Enabled to notifyfalse

Example:

{
    "type": "AP"
}
Property Type Required Description
type enum (of string) yes Network type.
AP
Access point mode. If WLAN is off, it will automatically turn on.
CL
Client mode. If WLAN is off, it will automatically turn on.
SCAN
Switch WLAN to CL mode and search for SSIDs. Each found SSID is notified by scanned SSID. If WLAN is off, it will automatically turn on.
OFF
WLAN is off.

type

Definitions
Type enum (of string)

Description: Network type.

AP
Access point mode. If WLAN is off, it will automatically turn on.
CL
Client mode. If WLAN is off, it will automatically turn on.
SCAN
Switch WLAN to CL mode and search for SSIDs. Each found SSID is notified by scanned SSID. If WLAN is off, it will automatically turn on.
OFF
WLAN is off.

Must be one of: