Skip to main content

Get OSDP device info

Tries to connect to OSDP device and get its information

Path Parameters
  • rs485-number integer required

    Possible values: >= 1 and <= 2

    Number of RS485 port

    Example: 1
  • osdp-device-address integer required

    Possible values: <= 126

    Address of device

Query Parameters
  • security_key ([0-9A-Fa-f]{2}[:-]){15}([0-9A-Fa-f]{2})

    Key used for osdp security connection

    Example: aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa
Responses

OK


Schema
  • connection object

    General connection information

  • channel_type string

    Possible values: [secure, not_secure]

    Channel type for device connection

  • connection_status string

    Possible values: [success, connection_timeout, invalid_security_key]

    Describes OSDP connection status info

  • is_active boolean

    Determines if OSDP device online

  • 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

  • indication object

    Indication info

  • 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

  • led_number integer

    Possible values: <= 255

    Number of led installed

Loading...