Set up Beward intercoms
Set up Beward intercoms
Possible intercom settings will be configured depending on the type of connection
Example of intercom settings. Connection type - matrix-switching.
{
"speak_sip_volumes": 5,
"panel_micro_volumes": 10,
"panel_system_volumes": 2,
"answer_resistance": 1000,
"open_door_resistance": 1000,
"panel_talk_analog_volumes": 8,
"handset_ring_analog_volumes": 2,
"handset_talk_analog_volumes": 11
}
Example of intercom settings. Connection type - fixed.
{
"panel_system_volumes": 2
}
Example of intercom settings. Connection type - smart.
{
"speak_sip_volumes": 5,
"panel_system_volumes": 2
}
Example of intercom settings. Connection type - combined 1.
{
"answer_resistance": 1000,
"open_door_resistance": 1000,
"speak_sip_volumes": 5,
"panel_system_volumes": 2,
"panel_talk_analog_volumes": 8,
"handset_ring_analog_volumes": 2,
"handset_talk_analog_volumes": 11
}
Example of intercom settings. Connection type - combined 2.
{
"speak_sip_volumes": 5,
"panel_system_volumes": 2
}
PATCH /api/admin/v1/intercoms/{intercom}/setup-flats-settings |
Parameters
int
intercom, Unique identifier of the intercom
integer|null
answer_resistance, Resistance level when lifting the tube
integer|null
open_door_resistance, Door opening threshold
integer|null
speak_sip_volumes, SIP Volume
integer|null
panel_system_volumes, The volume of the main work
integer|null
panel_talk_analog_volumes, The volume of speech on the speaker panel
integer|null
handset_ring_analog_volumes, The volume of the call on the handset
integer|null
handset_talk_analog_volumes, Ringer volume
200 |
Successful response |
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|