Domophone Server
  1. Doorbell
Domophone Server
  • Chimes
    • Upload Chime
      POST
    • Get Chimes
      GET
    • Delete Chime
      DELETE
  • Devices
    • Get Devices
      GET
    • Get Devices by Type
      GET
    • Register Device
      POST
  • Doorbell
    • Get Doorbell Config
      GET
    • Update Doorbell Settings
      PATCH
  • Groups
    • Get Groups Names
      GET
    • Get Groups
      GET
  • Server Operations
    • Play on Devices (Specified File)
      POST
    • Play on Devices (Default File)
      POST
  • Alarms
    • Get Alarms
      GET
    • Add Alarm
      POST
  1. Doorbell

Update Doorbell Settings

PATCH
/update-doorbell

Request

Body Params application/json

Examples

Responses

🟢200Update Doorbell Settings
text/plain
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/update-doorbell' \
--header 'Content-Type: application/json' \
--data-raw '{
    "emitter": "{{emitterIP}}",
    "chime": "{{chimeName}}",
    "group": "{{groupName}}",
    "default_chime": {{bool}},
    "led_color": "{{HexCode}}"
}'
Response Response Example
Updated settings of doorbell feature
Modified at 2025-09-03 18:25:50
Previous
Get Doorbell Config
Next
Get Groups Names
Built with