2.7 configuration/configurator

GET

Get the Configurator (web UI) settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
enabledOverWiFi
booleanIndicates if the Configurator (the web interface) can be accessed via the wireless interface.
PATCH

Change the Configurator (web UI) settings.

Request body (application/json): object
MemberTypeDescription
enabledOverWiFi
booleanIndicates if the Configurator (the web interface) can be accessed via the wireless interface.
Responses
200PATCH successful.