owner-door.onvif

Onvif door owner

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • linkedDoor

The ONVIF controller door.onvif ↗️ that this owner will use to get the value.

For example root.onvif.door could be the OnSphere path of the ONVIF controller.

type

string

  • eventType

It is possible to monitor different event types based on the ONVIF standard here is a descriptive list about the one that can be monitored by the onvif door :

  • The ALARM event type is triggered when a specific alarm condition is met, such as a fire alarm, intrusion detection, or any other emergency condition that the door system monitors.

  • The MODE event type indicates a change in the operational mode of the door or access control system. Modes can include changes from “Normal Operation” to “Lockdown”, “Maintenance”, or other predefined states.

  • The PHYSICAL_STATE event type refers to the current physical condition of the door, such as whether it is open, closed, locked, or unlocked.

  • The TAMPER event type is triggered when tampering is detected with the door or its associated access control hardware. This includes unauthorized attempts to disable or bypass the door’s security mechanisms.

  • The ACCESS_GRANTED event type occurs when an individual successfully authenticates and is granted access through the door. This usually follows a valid input such as a keycard swipe, PIN entry, or biometric scan.

  • The ACCESS_DENIED event type is triggered when an attempt to access the door is unsuccessful due to failed authentication, such as an invalid keycard or incorrect PIN.

Learn more about ONVIF ↗️.

type

string

enum

ALARM, MODE, PHYSICAL_STATE, TAMPER, ACCESS_GRANTED, ACCESS_DENIED

additionalProperties

False