2.16 configuration/features/remote-pairing

GET

Get the settings for the remote pairing service.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
enabled
booleanEnable the remote button pairing service.
password
string (password)

Remote button pairing password.

write-only

PATCH

Change the settings for the remote pairing service.

Request body (application/json): object
MemberTypeDescription
enabled
booleanEnable the remote button pairing service.
password
string (password)

Remote button pairing password.

write-only

Responses
200PATCH successful.