Domophone Server
  1. Server Operations
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. Server Operations

Play on Devices (Default File)

POST
/play-default

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/play-default' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ip_adr": "192.168.0.125",
    "name": "Haut Parleur Palier 2",
    "type": "ls"
}'
Response Response Example
{}
Modified at 2025-09-03 17:46:15
Previous
Play on Devices (Specified File)
Next
Get Alarms
Built with