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

Get Doorbell Config

GET
/get-dconfig

Request

None

Responses

🟢200Get Doorbell Config
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/get-dconfig'
Response Response Example
{
    "emitter": "Porte Test",
    "chime": "test.wav",
    "group": "Group2",
    "default_chime": true,
    "led_color": "#FFFF00FB"
}
Modified at 2025-09-03 17:46:15
Previous
Register Device
Next
Update Doorbell Settings
Built with