Skip to main content

Get list of OSDP devices notification settings

Returns list of OSDP devices notification settings

Responses

OK


Schema
  • items object[]

    List of OSDP devices

  • hardware_info object

    General hardware information

  • vendor_code string

    Unique device vendor code

  • model_number integer

    Model number of the device

  • version integer

    Version of the device

  • firmware string

    Firmware version

  • serial_number integer

    Serial number of the device

  • connection object

    Device connection extra information

  • is_active boolean

    Determines if OSDP device online

  • is_enabled boolean

    Determines if controller poll OSDP device

  • connection_status string

    Possible values: [success, connection_timeout, invalid_security_key]

    Describes OSDP connection status info

  • port_number integer

    Possible values: >= 1 and <= 2

    Unique RS485 interface number. Can be in range 1-2

  • address integer

    Possible values: <= 126

    Address of the device on th RS485 bus

  • channel_type string

    Possible values: [secure, not_secure]

    Channel type for device connection

  • name string

    Possible values: <= 100 characters

    Name of reader

  • indication object

    OSDP device indication settings information

    oneOf

  • is_abilities_type_valid boolean

    describes whether the ability type specified by the user matches the ability type of the device

  • controlled_by string

    Possible values: [controller, device]

    Device control type.

    If set to "controller", all led and buzzer manipulation managed by controller via OSDP commands. If set to "device", led and buzzer are working with OSDP device default(built-in) indication settings.

  • max_led_number integer

    Possible values: <= 255

    Number of led installed

  • abilities_type integer

    Possible values: >= 1 and <= 4

    Information about available device control settings type. Device control settings type controlled by Function Code 4 (FC4).

    1 – the PD support on/off control only 2 – the PD supports timed commands 3 – like 02, plus bi-color LEDs 4 – like 02, plus tri-color LEDs

Loading...